aboutsummaryrefslogtreecommitdiff
path: root/src/game/entry.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/entry.h')
-rw-r--r--src/game/entry.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/game/entry.h b/src/game/entry.h
new file mode 100644
index 0000000..655f719
--- /dev/null
+++ b/src/game/entry.h
@@ -0,0 +1,9 @@
+#ifndef H_MAZE_GAME_ENTRY
+#define H_MAZE_GAME_ENTRY
+
+#include "app.h"
+#include "game.h"
+
+enum game_res game(struct app *app);
+
+#endif \ No newline at end of file