qzdoom/src/p_tick.h

12 lines
203 B
C

#ifndef __P_TICK__
#define __P_TICK__
// Called by C_Ticker,
// can call G_PlayerExited.
// Carries out all thinking of monsters and players.
void P_Ticker (void);
bool P_CheckTickerPaused ();
#endif