LibTMJ  1.0.0
A library for loading JSON Tiled maps
Functions
tileset.h File Reference
#include "tmj.h"
Include dependency graph for tileset.h:
This graph shows which files directly or indirectly include this file:

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...
 

Function Documentation

◆ unpack_tileset()

int unpack_tileset ( json_t *  tileset,
Tileset ret 
)

Definition at line 13 of file tileset.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ tilesets_free()

void tilesets_free ( Tileset tilesets,
size_t  tileset_count 
)

Helper function for freeing tilesets embedded in maps.

Definition at line 550 of file tileset.c.

Here is the call graph for this function:
Here is the caller graph for this function: