From 4eaa6c091f97ca3455b2ae48a5f68867c0f7768e Mon Sep 17 00:00:00 2001 From: XaviDCR92 Date: Tue, 26 Dec 2017 22:18:37 +0100 Subject: * Slight optimization: all comparations against true are now compared against != false. + Added a provisional background during gameplay (still WIP). * Map editor now allows creating a map. --- Source/Font.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Source/Font.h') diff --git a/Source/Font.h b/Source/Font.h index e066d63..ca6be3c 100644 --- a/Source/Font.h +++ b/Source/Font.h @@ -1,5 +1,5 @@ -#ifndef __FONT_HEADER__ -#define __FONT_HEADER__ +#ifndef FONT_HEADER__ +#define FONT_HEADER__ /* ************************************* * Includes @@ -35,4 +35,4 @@ void FontSetSpacing(TYPE_FONT* ptrFont, short spacing); TYPE_FONT RadioFont; TYPE_FONT SmallFont; -#endif //__FONT_HEADER__ +#endif //FONT_HEADER__ -- cgit v1.2.3