|
Archeus 0.0.0
A C library and game engine that focuses on documentation
|
defines a csv data type, data is set by the callback passed in when createing a parserCSV as parser More...
#include <csv.h>
Data Fields | |
| ARC_Bool | hasHeader |
| ARC_String ** | headers |
| uint32_t | width |
| uint32_t | height |
| void *** | data |
defines a csv data type, data is set by the callback passed in when createing a parserCSV as parser
| ARC_String** ARC_ParserCSVData::headers |