LibTMJ 1.3.0
A library for loading JSON Tiled maps
|
https://doc.mapeditor.org/en/stable/reference/json-map-format/#chunk More...
#include <tmj.h>
Data Fields | ||
int | height | |
int | width | |
int | x | |
int | y | |
bool | data_is_str | |
size_t | data_count | |
union { | ||
char * data_str | ||
unsigned int * data_uint | ||
}; | ||
union { ... } Chunk |