ref: 4a4774d417461522ffb82f189eef2e25dcdecc28
dir: /src/gameticks.h/
// gameticks.h #include "MTypes.h" MTicks MTickCount( void ); void InitGameTickCount( void ); void FreezeGameTickCount( void ); void UnfreezeGameTickCount( void ); unsigned int GameTickCount( void );