minor reformat

This commit is contained in:
MihailRis
2024-05-27 11:09:21 +03:00
parent 030c9ca085
commit 9fce00ae45
4 changed files with 16 additions and 18 deletions
+3 -3
View File
@@ -10,9 +10,9 @@ class Content;
class DefaultWorldGenerator : WorldGenerator {
public:
DefaultWorldGenerator(const Content* content) : WorldGenerator(content) {}
DefaultWorldGenerator(const Content* content) : WorldGenerator(content) {}
void generate(voxel* voxels, int x, int z, int seed);
void generate(voxel* voxels, int x, int z, int seed);
};
#endif /* VOXELS_DEFAULTWORLDGENERATOR_HPP_ */
#endif // VOXELS_DEFAULTWORLDGENERATOR_HPP_