|
libclod
C library for interacting with NBTs, region files, LOD data and other things.
|
#include <compression.h>
Public Attributes | |
| void *(* | malloc_func )(size_t) |
| void(* | free_func )(void *) |
Memory and tables reusable across invoations of clod_decompress.
Definition at line 26 of file decompress.c.
| void *(* clod_decompressor::malloc_func) (size_t) |
Definition at line 27 of file decompress.c.
| void(* clod_decompressor::free_func) (void *) |
Definition at line 28 of file decompress.c.