summaryrefslogtreecommitdiff
path: root/src/game.h
blob: 006c592131434861fa045a598b48740e18d9d9c8 (plain)
1
2
3
4
5
6
7
8
9
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