aboutsummaryrefslogtreecommitdiff
path: root/Source/PltParser.h
diff options
context:
space:
mode:
authorXaviDCR92 <xavi.dcr@gmail.com>2017-12-29 23:19:43 +0100
committerXaviDCR92 <xavi.dcr@gmail.com>2017-12-29 23:19:43 +0100
commit67cfc8b2c23177f036eda97f3423d062ba0c3e90 (patch)
tree736dd4c76c30bf0f74ef4bf73f1218219ab26dc0 /Source/PltParser.h
parent0d1df70f2d1a08fdb6389391ee59afc5fbc6277a (diff)
downloadairport-67cfc8b2c23177f036eda97f3423d062ba0c3e90.tar.gz
* 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.
Diffstat (limited to 'Source/PltParser.h')
-rw-r--r--Source/PltParser.h5
1 files changed, 0 insertions, 5 deletions
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__