diff options
| author | Aldrik Ramaekers <aldrikboy@gmail.com> | 2024-05-15 10:23:02 +0200 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrikboy@gmail.com> | 2024-05-15 10:23:02 +0200 |
| commit | c6763223b8b0c3f78edb6ac759c14f08375b438f (patch) | |
| tree | d6f2619346fb33b72c8e09078664465ecf1c3720 /include/game.h | |
| parent | 8cc0540b60f6af4cad99060e8cb0b5920b96e52b (diff) | |
join game menu
Diffstat (limited to 'include/game.h')
| -rw-r--r-- | include/game.h | 2 |
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 |
