summaryrefslogtreecommitdiffstats
path: root/src/NBT/Tag.hpp
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2018-07-21 00:04:35 +0200
committerMatthias Schiffer <mschiffer@universe-factory.net>2018-07-21 00:04:35 +0200
commita588857ed0783712a581030807642f54f3d01d3c (patch)
tree2c114c8be4b8b1dd6b273ff4e0004b00bbb8be68 /src/NBT/Tag.hpp
parent22ae19b43a6893f30600a43e2fc98ca62cda6676 (diff)
downloadMinedMap-a588857ed0783712a581030807642f54f3d01d3c.tar
MinedMap-a588857ed0783712a581030807642f54f3d01d3c.zip
NBT: add support for LongArray tags
Diffstat (limited to 'src/NBT/Tag.hpp')
-rw-r--r--src/NBT/Tag.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/NBT/Tag.hpp b/src/NBT/Tag.hpp
index bb71b23..b0c20af 100644
--- a/src/NBT/Tag.hpp
+++ b/src/NBT/Tag.hpp
@@ -54,6 +54,7 @@ public:
List = 9,
Compound = 10,
IntArray = 11,
+ LongArray = 12,
};
static std::shared_ptr<const Tag> readTag(Type type, Buffer *buffer);