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