1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-07-27 17:28:41 +00: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);
};