forked from GerhardHoffmann/DCLibraries
		
	Added bna-function declarations
This commit is contained in:
		| @@ -1,6 +1,8 @@ | ||||
|  | ||||
| #ifndef STOREINDATA_H | ||||
| #define STOREINDATA_H | ||||
|  | ||||
| #include <stdint.h> | ||||
| #include "tslib.h" | ||||
| #include <QString> | ||||
|  | ||||
| @@ -607,6 +609,27 @@ void gpi_storeTubeLevel(uint8_t  *data); | ||||
|  | ||||
| void epi_restoreTubeLevel(uint8_t  *data); | ||||
|  | ||||
| void gpi_storeBnaParams(uint8_t  *data); | ||||
|  | ||||
| void epi_restoreBnaParams(uint8_t  *data); | ||||
|  | ||||
| void gpi_storeBnaCollection(uint8_t  *data); | ||||
|  | ||||
| void epi_restoreBnaCollection(uint8_t  *data); | ||||
|  | ||||
| void gpi_storeBnaContent(uint8_t  *data); | ||||
|  | ||||
| void epi_restoreBnaContent(uint8_t  *data); | ||||
|  | ||||
|  | ||||
|  | ||||
|  | ||||
|  | ||||
|  | ||||
|  | ||||
|  | ||||
|  | ||||
|  | ||||
|  | ||||
| #endif | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user