foxygit / GZDoom Log in
commits tags

/src/p_tick.h · 203 B

raw
#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