Add files via upload
This commit is contained in:
@@ -12,7 +12,7 @@ public:
|
||||
|
||||
FlatWorldGenerator(const Content* content) : WorldGenerator(content) {}
|
||||
|
||||
void generate(voxel* voxels, int x, int z, int seed) override;
|
||||
void generate(voxel* voxels, int x, int z, int seed);
|
||||
};
|
||||
|
||||
#endif /* VOXELS_FLATWORLDGENERATOR_H_ */
|
||||
Reference in New Issue
Block a user