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 -2
View File
@@ -1,9 +1,10 @@
#ifndef VOXELS_WORLDGENERATOR_HPP_
#define VOXELS_WORLDGENERATOR_HPP_
#include "../typedefs.hpp"
#include <string>
#include "../typedefs.hpp"
struct voxel;
class Content;
@@ -26,4 +27,4 @@ public:
virtual void generate(voxel* voxels, int x, int z, int seed) = 0;
};
#endif // VOXELS_WORLDGENERATOR_HPP_
#endif // VOXELS_WORLDGENERATOR_HPP_