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
7void magic_set(struct clod_rfmt *rfmt, const char *magic);
8bool magic_equals(struct clod_rfmt *rfmt, const char *magic);
9
10#endif