summaryrefslogtreecommitdiff
path: root/src/game.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/game.h')
-rw-r--r--src/game.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/game.h b/src/game.h
new file mode 100644
index 0000000..6f84f24
--- /dev/null
+++ b/src/game.h
@@ -0,0 +1,12 @@
+#ifndef TT_INCLUDED_GAME
+#define TT_INCLUDED_GAME
+
+
+enum { tt_gotofirstroom = 1 };
+
+extern int magic;
+
+void tt_mainloop();
+
+
+#endif