From c6763223b8b0c3f78edb6ac759c14f08375b438f Mon Sep 17 00:00:00 2001 From: Aldrik Ramaekers Date: Wed, 15 May 2024 10:23:02 +0200 Subject: join game menu --- include/game.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/game.h') 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 -- cgit v1.2.3-70-g09d2