diff options
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 88fd0e1..20a7437 100644 --- a/include/game.h +++ b/include/game.h @@ -40,5 +40,6 @@ game global_state = {GAMESTATE_IDLE,DISCONNECTED,0,0}; void init_game(); void start_solo_game(); bool connect_to_game(char* ip, char* port); +void fill_game_structs(); #endif
\ No newline at end of file |
