summaryrefslogtreecommitdiffstats
path: root/game/shared/game.hh
diff options
context:
space:
mode:
Diffstat (limited to 'game/shared/game.hh')
-rw-r--r--game/shared/game.hh11
1 files changed, 0 insertions, 11 deletions
diff --git a/game/shared/game.hh b/game/shared/game.hh
deleted file mode 100644
index 59c5327..0000000
--- a/game/shared/game.hh
+++ /dev/null
@@ -1,11 +0,0 @@
-#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 */