summaryrefslogtreecommitdiffstats
path: root/src/game/shared/game.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/shared/game.hh')
-rw-r--r--src/game/shared/game.hh11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/game/shared/game.hh b/src/game/shared/game.hh
new file mode 100644
index 0000000..59c5327
--- /dev/null
+++ b/src/game/shared/game.hh
@@ -0,0 +1,11 @@
+#ifndef SHARED_GAME
+#define SHARED_GAME 1
+#pragma once
+
+namespace shared_game
+{
+void init(int argc, char** argv);
+void deinit(void);
+} // namespace shared_game
+
+#endif /* SHARED_GAME */