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