21 #ifndef PELROCK_CHRONO_H 22 #define PELROCK_CHRONO_H 24 #include "common/scummsys.h" 28 const uint32 kTickMs = 55;
29 const int kHalfTickMultiplier = 2;
34 uint32 _speedMultiplier = 1;
35 uint32 _frameCount = 0;
36 bool _pauseCounter =
false;
43 void delay(uint32 ms);
44 inline void pauseCounter() { _pauseCounter =
true; }
45 inline void resumeCounter() { _pauseCounter =
false; }
46 uint32 getFrameCount()
const {
50 bool _gameTick =
false;
51 bool countTextDown =
false;