#ifndef TT_INCLUDED_GAME #define TT_INCLUDED_GAME enum { tt_gotofirstroom = 1, tt_gotogulag }; extern int magic; void tt_mainloop(); #endif