LibTMJ
1.0.0
A library for loading JSON Tiled maps
|
Go to the source code of this file.
Functions | |
int | unpack_tileset (json_t *tileset, Tileset *ret) |
void | tilesets_free (Tileset *tilesets, size_t tileset_count) |
Helper function for freeing tilesets embedded in maps. More... | |
Tileset * | tmj_tileset_loadf (const char *path, bool check_extension) |
Loads the Tiled tileset at the given path. More... | |
Tileset * | tmj_tileset_load (const char *tileset) |
Loads the Tiled tileset from the given JSON object string. More... | |
void | tmj_tileset_free (Tileset *tileset) |
Frees the memory associated with the given tileset. More... | |
int unpack_tileset | ( | json_t * | tileset, |
Tileset * | ret | ||
) |