mirror of
https://github.com/luanti-org/luanti.git
synced 2025-07-12 16:58:39 +00:00
Remove std::shared_ptr use in TileLayer (#10090)
This commit is contained in:
parent
b1ff04e06d
commit
c6422e0872
3 changed files with 15 additions and 4 deletions
|
@ -409,7 +409,7 @@ struct ContentFeatures
|
|||
*/
|
||||
|
||||
ContentFeatures();
|
||||
~ContentFeatures() = default;
|
||||
~ContentFeatures();
|
||||
void reset();
|
||||
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