aboutsummaryrefslogtreecommitdiff
path: root/src/game/privinc
diff options
context:
space:
mode:
authorXavier Del Campo Romero <xavi.dcr@tutanota.com>2022-06-24 17:53:46 +0200
committerXavier Del Campo Romero <xavi.dcr@tutanota.com>2022-06-26 21:51:47 +0200
commit19d9a571afbce0e4d6db3234aeb4ccd221076997 (patch)
tree0d44937ecb8350f3ac9e1567d1cdb59f62a9d649 /src/game/privinc
parentc0887a44fb3c716194ef8eacd27a9556fdfdfc00 (diff)
downloadjancity-19d9a571afbce0e4d6db3234aeb4ccd221076997.tar.gz
Implement main menu
Diffstat (limited to 'src/game/privinc')
-rw-r--r--src/game/privinc/game_private.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/game/privinc/game_private.h b/src/game/privinc/game_private.h
index 1b9449f..3ca8d62 100644
--- a/src/game/privinc/game_private.h
+++ b/src/game/privinc/game_private.h
@@ -6,8 +6,7 @@ extern "C"
{
#endif
-int game_resinit(void);
-void game_free(void);
+
#ifdef __cplusplus
}