21 #ifndef PELROCK_CHRONO_H 22 #define PELROCK_CHRONO_H 26 const uint32 kTickMs = 55;
27 const int kHalfTickMultiplier = 2;
32 uint32 _speedMultiplier = 1;
33 uint32 _frameCount = 0;
34 bool _pauseCounter =
false;
41 void delay(uint32 ms);
42 inline void pauseCounter() { _pauseCounter =
true; }
43 inline void resumeCounter() { _pauseCounter =
false; }
44 uint32 getFrameCount()
const {
48 bool _gameTick =
false;
49 bool countTextDown =
false;