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/EndAnimation.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Source/EndAnimation.h') diff --git a/Source/EndAnimation.h b/Source/EndAnimation.h index 3ac015b..6e83be8 100644 --- a/Source/EndAnimation.h +++ b/Source/EndAnimation.h @@ -1,5 +1,5 @@ -#ifndef __END_SCREEN_HEADER__ -#define __END_SCREEN_HEADER__ +#ifndef END_SCREEN_HEADER__ +#define END_SCREEN_HEADER__ /* ************************************** * Includes * @@ -19,4 +19,4 @@ void EndAnimation(void); * Global Variables * * **************************************/ -#endif // __END_SCREEN_HEADER__ +#endif // END_SCREEN_HEADER__ -- cgit v1.2.3