summaryrefslogtreecommitdiff
path: root/include/game.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/game.h')
-rw-r--r--include/game.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/game.h b/include/game.h
index df9a686..88fd0e1 100644
--- a/include/game.h
+++ b/include/game.h
@@ -39,6 +39,6 @@ game global_state = {GAMESTATE_IDLE,DISCONNECTED,0,0};
void init_game();
void start_solo_game();
-void connect_to_game(char* ip, char* port);
+bool connect_to_game(char* ip, char* port);
#endif \ No newline at end of file