format: reformat project

Signed-off-by: Vyacheslav Ivanov <islavaivanov76@gmail.com>
This commit is contained in:
Vyacheslav Ivanov
2024-08-03 19:53:48 +03:00
committed by Pugemon
parent 736cd175d5
commit bbf33e8e4d
202 changed files with 7389 additions and 5609 deletions
+3 -3
View File
@@ -9,10 +9,10 @@ class Content;
class FlatWorldGenerator : WorldGenerator {
public:
FlatWorldGenerator(const Content* content) : WorldGenerator(content) {}
FlatWorldGenerator(const Content* content) : WorldGenerator(content) {
}
void generate(voxel* voxels, int x, int z, int seed);
};
#endif // VOXELS_FLATWORLDGENERATOR_HPP_
#endif // VOXELS_FLATWORLDGENERATOR_HPP_