mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-13 08:35:20 +02:00
Code modernization: src/m* (part 3)
* empty function * default constructor/destructor * for range-based loops * use emplace_back instead of push_back * remove some unused headers in some cpp variable
This commit is contained in:
@@ -300,5 +300,5 @@ struct MapNode
|
||||
|
||||
private:
|
||||
// Deprecated serialization methods
|
||||
void deSerialize_pre22(u8 *source, u8 version);
|
||||
void deSerialize_pre22(const u8 *source, u8 version);
|
||||
};
|
||||
|
Reference in New Issue
Block a user