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/globals.h | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'src/globals.h') diff --git a/src/globals.h b/src/globals.h index c17732c..bfd6c5e 100644 --- a/src/globals.h +++ b/src/globals.h @@ -1,13 +1,13 @@ #ifndef TT_INCLUDED_GLOBALS #define TT_INCLUDED_GLOBALS - +#include "player.h" +#include "room.h" #include -#include #include -#include "room.h" -#include "player.h" +#include +extern SDL_Window *ttwdw; extern TTF_Font *ttfont; @@ -25,5 +25,4 @@ extern tt_room ttmap[256]; extern tt_player ttplayer; - #endif -- cgit v1.2.3