diff options
| author | Aldrik Ramaekers <aldrik@amftech.nl> | 2022-12-13 17:40:23 +0100 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrik@amftech.nl> | 2022-12-13 17:40:23 +0100 |
| commit | f8ccfba637267bae8064daa320cfb00b8ffe3e66 (patch) | |
| tree | 1a039335d09db5159b17bd7909a93039f0de1386 /include/game.h | |
| parent | caac4b1d169425ad7dda15fe8fceca9c5a95400b (diff) | |
movement working
Diffstat (limited to 'include/game.h')
| -rw-r--r-- | include/game.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/game.h b/include/game.h index ffab7b7..9f0d173 100644 --- a/include/game.h +++ b/include/game.h @@ -4,6 +4,7 @@ #include <projectbase/project_base.h> #include "../include/protocol.h" +#include "../include/players.h" #include "../include/game.h" typedef enum t_game_state { |
