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/Aircraft.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Source/Aircraft.h') diff --git a/Source/Aircraft.h b/Source/Aircraft.h index 0fb141c..4569044 100644 --- a/Source/Aircraft.h +++ b/Source/Aircraft.h @@ -1,5 +1,5 @@ -#ifndef __AIRCRAFT_HEADER__ -#define __AIRCRAFT_HEADER__ +#ifndef AIRCRAFT_HEADER__ +#define AIRCRAFT_HEADER__ /* ************************************* * Includes @@ -29,4 +29,4 @@ bool AircraftAddNew( TYPE_FLIGHT_DATA* ptrFlightData, uint8_t FlightDataIndex, uint16_t* targets ); -#endif //__AIRCRAFT_HEADER__ +#endif //AIRCRAFT_HEADER__ -- cgit v1.2.3