libclod
C library for interacting with NBTs, region files, LOD data and other things.
Loading...
Searching...
No Matches
header.h
1
#ifndef LIBCLOD_HEADER_H
2
#define LIBCLOD_HEADER_H
3
4
#include "format.h"
5
#include <stdint.h>
6
7
void
magic_set(
struct
clod_rfmt
*rfmt,
const
char
*magic);
8
bool
magic_equals(
struct
clod_rfmt
*rfmt,
const
char
*magic);
9
10
#endif
clod_rfmt
Definition
format.h:18
src
region_format
header.h
Generated by
1.16.1