aboutsummaryrefslogtreecommitdiff
path: root/Source/PltParser.h
diff options
context:
space:
mode:
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__