diff options
Diffstat (limited to 'include/game.h')
| -rw-r--r-- | include/game.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/game.h b/include/game.h index faf2bc9..cc9d0cd 100644 --- a/include/game.h +++ b/include/game.h @@ -7,6 +7,8 @@ #include "../include/players.h" #include "../include/game.h" +#define SERVER_TICK_RATE (1.0f/60.0f) + typedef enum t_game_state { GAMESTATE_IDLE, GAMESTATE_LOADING_MAP, |
