mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Move f1000 sanitizing to the places that still use this type
This commit is contained in:
parent
b204655081
commit
137eef6590
6 changed files with 8 additions and 17 deletions
|
@ -37,7 +37,7 @@ struct StaticObject
|
|||
StaticObject() = default;
|
||||
StaticObject(const ServerActiveObject *s_obj, const v3f &pos_);
|
||||
|
||||
void serialize(std::ostream &os);
|
||||
void serialize(std::ostream &os) const;
|
||||
void deSerialize(std::istream &is, u8 version);
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue