summaryrefslogtreecommitdiff
path: root/src/game.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/game.h')
-rw-r--r--src/game.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/game.h b/src/game.h
index c660ec9..006c592 100644
--- a/src/game.h
+++ b/src/game.h
@@ -1,12 +1,10 @@
#ifndef TT_INCLUDED_GAME
#define TT_INCLUDED_GAME
-
enum { tt_gotofirstroom = 1, tt_gotogulag, tt_mausoleum, tt_changeroom };
extern int magic;
void tt_mainloop();
-
#endif