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

@ -20,7 +20,7 @@ namespace nbt
// Implementation here
}
void EndTag::writeValue(ByteLayer &data)
void EndTag::writeValue(ByteLayer &data) const
{
// Implementation here
}