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