From 67cfc8b2c23177f036eda97f3423d062ba0c3e90 Mon Sep 17 00:00:00 2001 From: XaviDCR92 Date: Fri, 29 Dec 2017 23:19:43 +0100 Subject: * RWY_DIR and AIRCRAFT_DIRECTION have been joint into a single enum. * Game.c: new prototypes GameGetParkingDirection() and GameGetRunwayDirection(). * Slight optimizations into GameRenderLevel(). * Added some comment headers into Gfx.c. --- Source/PltParser.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'Source/PltParser.h') diff --git a/Source/PltParser.h b/Source/PltParser.h index 58e3bb1..c622e2c 100644 --- a/Source/PltParser.h +++ b/Source/PltParser.h @@ -4,27 +4,22 @@ /* ************************************* * Includes * *************************************/ - #include "Global_Inc.h" #include "GameStructures.h" /* ************************************* * Defines * *************************************/ - /* ************************************** * Structs and enums * * *************************************/ - /* ************************************* * Global prototypes * *************************************/ - bool PltParserLoadFile(char* strPath, TYPE_FLIGHT_DATA* ptrFlightData); uint8_t* PltParserGenerateFile(TYPE_PLT_CONFIG* ptrPltConfig); /* ************************************* * Global variables * *************************************/ - #endif //PLT_PARSER__ -- cgit v1.2.3