aboutsummaryrefslogtreecommitdiff
path: root/Source/PltParser.h
diff options
context:
space:
mode:
authorXavier Del Campo <xavi.dcr@gmail.com>2017-02-04 14:49:08 +0100
committerXavier Del Campo <xavi.dcr@gmail.com>2017-02-04 14:49:08 +0100
commit189ecf754d0c8131464bfdff98fb56e7752556b1 (patch)
tree89e7d02128bbc7b2d3f5c19a3da14ec14291982a /Source/PltParser.h
downloadairport-189ecf754d0c8131464bfdff98fb56e7752556b1.tar.gz
Initial commit
Diffstat (limited to 'Source/PltParser.h')
-rwxr-xr-xSource/PltParser.h30
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__