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 83c9b3d..df9a686 100644 --- a/include/game.h +++ b/include/game.h @@ -38,5 +38,7 @@ scene_state global_scene_state = SCENE_MAIN_MENU; game global_state = {GAMESTATE_IDLE,DISCONNECTED,0,0}; void init_game(); +void start_solo_game(); +void connect_to_game(char* ip, char* port); #endif
\ No newline at end of file |
