summaryrefslogtreecommitdiffstats
path: root/src/nbt/nbtht.c
diff options
context:
space:
mode:
authorLibravatar bigfoot547 <[email protected]>2024-02-03 16:58:23 -0600
committerLibravatar bigfoot547 <[email protected]>2024-02-03 22:26:55 -0600
commit962f5efdf1af9f07395c28df7a2181733e3e5125 (patch)
tree790bd875d37d6f2a78bf93eb35e4dd11718f6379 /src/nbt/nbtht.c
parentfix using the wrong free function (diff)
add lists
Diffstat (limited to 'src/nbt/nbtht.c')
-rw-r--r--src/nbt/nbtht.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/nbt/nbtht.c b/src/nbt/nbtht.c
new file mode 100644
index 0000000..437a603
--- /dev/null
+++ b/src/nbt/nbtht.c
@@ -0,0 +1,2 @@
+#define HT_IMPLEMENTATIONS
+#include "nbtht.internal.h"