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:
parent
c6cb97e693
commit
0e89bca173
2 changed files with 14 additions and 9 deletions
|
@ -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);
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue