mirror of
https://github.com/luanti-org/luanti.git
synced 2025-11-09 11:35:21 +01:00
Modernize various files (src/m*) (#6267)
* Modernize various files (src/m*) * range-based for loops * code style * C++ headers instead of C headers * Default operators * empty function Thanks to clang-tidy
This commit is contained in:
@@ -59,7 +59,7 @@ struct MapgenCarpathianParams : public MapgenParams
|
||||
NoiseParams np_cavern;
|
||||
|
||||
MapgenCarpathianParams();
|
||||
~MapgenCarpathianParams() {}
|
||||
~MapgenCarpathianParams() = default;
|
||||
|
||||
void readParams(const Settings *settings);
|
||||
void writeParams(Settings *settings) const;
|
||||
|
||||
Reference in New Issue
Block a user