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