|
libclod
C library for interacting with NBTs, region files, LOD data and other things.
|
#include <table.h>
Public Attributes | |
| struct clod_table_opts | opts |
| size_t | elem_count |
| size_t | deleted_count |
| size_t | table_size |
| size_t | cursor |
| uint8_t *restrict | control |
| struct element *restrict | elements |
| struct clod_table_opts clod_table::opts |