diff options
Diffstat (limited to 'src/nbt/nbt.h')
-rw-r--r-- | src/nbt/nbt.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/nbt/nbt.h b/src/nbt/nbt.h deleted file mode 100644 index 13c0606..0000000 --- a/src/nbt/nbt.h +++ /dev/null @@ -1,7 +0,0 @@ -#pragma once - -#include "../tag.h" -#include "../stream.h" - -bool nbt_read(tag_t *tag, const stream_t *stream); -bool nbt_print(const tag_t *tag, const stream_t *stream); |