1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-16 09:55:22 +02:00

Leveled nodebox backward compatibility

This commit is contained in:
proller
2013-08-02 00:50:58 +04:00
parent c6cb97e693
commit 0e89bca173
2 changed files with 14 additions and 9 deletions

View File

@@ -90,7 +90,7 @@ struct NodeBox
{ reset(); }
void reset();
void serialize(std::ostream &os) const;
void serialize(std::ostream &os, u16 protocol_version) const;
void deSerialize(std::istream &is);
};