summaryrefslogtreecommitdiff
path: root/src/nbt/nbt.h
blob: 13c0606168fc1079386fc51f9ebb41d796dbb5d3 (plain)
1
2
3
4
5
6
7
#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);