mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00: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:
parent
fb196be8cf
commit
c427533389
34 changed files with 254 additions and 355 deletions
|
@ -122,7 +122,7 @@ enum MapgenType {
|
|||
};
|
||||
|
||||
struct MapgenParams {
|
||||
MapgenParams() {}
|
||||
MapgenParams() = default;
|
||||
virtual ~MapgenParams();
|
||||
|
||||
MapgenType mgtype = MAPGEN_DEFAULT;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue