Start hooking stuff up!
This commit is contained in:
parent
e5a3717e64
commit
7744e18d8c
15 changed files with 368 additions and 23 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue