Start hooking stuff up!

This commit is contained in:
zontreck 2024-07-30 22:59:35 -07:00
parent e5a3717e64
commit 7744e18d8c
15 changed files with 368 additions and 23 deletions

View file

@ -14,7 +14,7 @@ namespace nbt
// Function overrides
void readValue(ByteLayer &data) override;
void writeValue(ByteLayer &data) override;
void writeValue(ByteLayer &data) const override;
TagType getTagType() const override;
dynamic getValue() const override;
void setValue(const dynamic &val) override;