summaryrefslogtreecommitdiffstats
path: root/src/nbt.internal.h
diff options
context:
space:
mode:
authorLibravatar bigfoot547 <[email protected]>2024-02-10 14:28:38 -0500
committerLibravatar bigfoot547 <[email protected]>2024-02-10 14:28:38 -0500
commit4b3a61106a7d38cd904ab021b82a4a487df61f0a (patch)
treeb804ac19578a07ed62f2d664d89f0a080a7ad23f /src/nbt.internal.h
parentadd lists (diff)
changes
Diffstat (limited to 'src/nbt.internal.h')
-rw-r--r--src/nbt.internal.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/nbt.internal.h b/src/nbt.internal.h
index 88f636b..3e60a10 100644
--- a/src/nbt.internal.h
+++ b/src/nbt.internal.h
@@ -75,4 +75,6 @@ typedef struct {
void nbt__tag_free(nbt_tag_t *tag);
+extern const char *const nbt__type_names[];
+
#endif /* include guard */