|
LibTMJ 1.5.0
A library for loading JSON Tiled maps
|
#include <stddef.h>#include <stdint.h>#include <stdlib.h>#include <string.h>#include "decode.h"#include "log.h"
Go to the source code of this file.
Functions | |
| uint32_t * | tmj_decode_layer (const char *data, const char *encoding, const char *compression, size_t *size) |
| Decodes layer data from a Tiled map layer. | |
Variables | |
| const unsigned int | TMJ_VERSION_MAJOR = LIBTMJ_VERSION_MAJOR |
| ** | |
| const unsigned int | TMJ_VERSION_MINOR = LIBTMJ_VERSION_MINOR |
| The library minor version. | |
| const unsigned int | TMJ_VERSION_PATCH = LIBTMJ_VERSION_PATCH |
| The library patch version. | |
| const char *const | TMJ_VERSION = LIBTMJ_VERSION |
| The full library version. | |