aboutsummaryrefslogtreecommitdiff
path: root/src/game/privinc/game_private.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/privinc/game_private.h')
-rw-r--r--src/game/privinc/game_private.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/game/privinc/game_private.h b/src/game/privinc/game_private.h
new file mode 100644
index 0000000..1b9449f
--- /dev/null
+++ b/src/game/privinc/game_private.h
@@ -0,0 +1,16 @@
+#ifndef GAME_PRIVATE_H
+#define GAME_PRIVATE_H
+
+#ifdef __cplusplus
+extern "C"
+{
+#endif
+
+int game_resinit(void);
+void game_free(void);
+
+#ifdef __cplusplus
+}
+#endif
+
+#endif /* GAME_PRIVATE_H */