summaryrefslogtreecommitdiff
path: root/src/game.h
blob: 7bccfad5412e906820591515d7c5ae9c873959eb (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 };

extern int magic;

void tt_mainloop();


#endif