diff options
Diffstat (limited to 'src/game.h')
-rw-r--r-- | src/game.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -29,6 +29,7 @@ extern std::string map_path; extern volatile int fps; extern volatile int tick_time; +extern const int MILLISECONDS_IN_A_TICK; class WindowMenu; |