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/PltParser.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Source/PltParser.h') diff --git a/Source/PltParser.h b/Source/PltParser.h index 8762ff4..58e3bb1 100644 --- a/Source/PltParser.h +++ b/Source/PltParser.h @@ -1,5 +1,5 @@ -#ifndef __PLT_PARSER__ -#define __PLT_PARSER__ +#ifndef PLT_PARSER__ +#define PLT_PARSER__ /* ************************************* * Includes @@ -27,4 +27,4 @@ uint8_t* PltParserGenerateFile(TYPE_PLT_CONFIG* ptrPltConfig); * Global variables * *************************************/ -#endif //__PLT_PARSER__ +#endif //PLT_PARSER__ -- cgit v1.2.3