|
libclod
C library for interacting with NBTs, region files, LOD data and other things.
|
#include <file.h>
Public Attributes | |
| struct clod_dirent * | next |
| Pointer to the next directory entry. | |
| uintptr_t | id |
| Unique identifier for the entry. | |
| unsigned short | name_size |
Size of name. | |
| unsigned char | type |
| Type of the entry. | |
| char | name [] |
| Name of the entry. | |
When reading a directory stream, the read buffer is filled with these structs.
| struct clod_dirent* clod_dirent::next |