mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-14 00:55:20 +02:00
Move f1000 sanitizing to the places that still use this type
This commit is contained in:
@@ -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);
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user