summaryrefslogtreecommitdiff
path: root/include/game.h
diff options
context:
space:
mode:
authorAldrik Ramaekers <aldrikboy@gmail.com>2024-05-13 20:41:38 +0200
committerAldrik Ramaekers <aldrikboy@gmail.com>2024-05-13 20:41:38 +0200
commit5572dc5c5616c5a7489d55f419c1b630dcc7c8cf (patch)
tree7c8ecfafb08cf3f2db266169194ecb56474567d7 /include/game.h
parent54f6cfa8e4664a9f12bff327231848f219674e60 (diff)
settings and credits menu work
Diffstat (limited to 'include/game.h')
-rw-r--r--include/game.h2
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