diff options
| author | Xavier Del Campo <xavi.dcr@gmail.com> | 2017-02-04 14:49:08 +0100 |
|---|---|---|
| committer | Xavier Del Campo <xavi.dcr@gmail.com> | 2017-02-04 14:49:08 +0100 |
| commit | 189ecf754d0c8131464bfdff98fb56e7752556b1 (patch) | |
| tree | 89e7d02128bbc7b2d3f5c19a3da14ec14291982a /Source/PltParser.h | |
| download | airport-189ecf754d0c8131464bfdff98fb56e7752556b1.tar.gz | |
Initial commit
Diffstat (limited to 'Source/PltParser.h')
| -rwxr-xr-x | Source/PltParser.h | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/Source/PltParser.h b/Source/PltParser.h new file mode 100755 index 0000000..f7bf78d --- /dev/null +++ b/Source/PltParser.h @@ -0,0 +1,30 @@ +#ifndef __PLT_PARSER__ +#define __PLT_PARSER__ + +/* ************************************* + * Includes + * *************************************/ + +#include "Global_Inc.h" +#include "System.h" +#include "GameStructures.h" + +/* ************************************* + * Defines + * *************************************/ + +/* ************************************** + * Structs and enums * + * *************************************/ + +/* ************************************* + * Global prototypes + * *************************************/ + +bool PltParserLoadFile(char * strPath, TYPE_FLIGHT_DATA * ptrFlightData); + +/* ************************************* + * Global variables + * *************************************/ + +#endif //__PLT_PARSER__ |
