aboutsummaryrefslogtreecommitdiff
path: root/Source/PltParser.h
blob: 1515a9a79c5533ab36fa6d142cee1c6c7a257134 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
#ifndef PLT_PARSER__
#define PLT_PARSER__

/* *************************************
 * 	Includes
 * *************************************/
#include "Global_Inc.h"
#include "GameStructures.h"

/* *************************************
 * 	Defines
 * *************************************/
/* **************************************
 * 	Structs and enums					*
 * *************************************/
/* *************************************
 * 	Global prototypes
 * *************************************/
bool PltParserLoadFile(const char* strPath, TYPE_FLIGHT_DATA* ptrFlightData);
uint8_t* PltParserGenerateFile(TYPE_PLT_CONFIG* ptrPltConfig);

/* *************************************
 * 	Global variables
 * *************************************/
#endif //PLT_PARSER__