LibTMJ
1.0.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. More... | |
Variables | |
const unsigned int | TMJ_VERSION_MAJOR = LIBTMJ_VERSION_MAJOR |
** More... | |
const unsigned int | TMJ_VERSION_MINOR = LIBTMJ_VERSION_MINOR |
The library minor version. More... | |
const unsigned int | TMJ_VERSION_PATCH = LIBTMJ_VERSION_PATCH |
The library patch version. More... | |
const char *const | TMJ_VERSION = LIBTMJ_VERSION |
The full library version. More... | |