From 9d08026e70c3a474182a7b76c25fd9cf53abdf57 Mon Sep 17 00:00:00 2001 From: Aleksey Veresov Date: Tue, 2 Mar 2021 18:19:35 +0300 Subject: Fullscreen, etc... --- src/game.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/game.h') 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 -- cgit v1.2.3