A lot of changes in almost all files

This commit is contained in:
MihailRis
2022-02-28 02:30:15 +03:00
committed by GitHub
parent cd3e737385
commit bc9d29cf68
28 changed files with 3485 additions and 476 deletions
+5
View File
@@ -15,10 +15,15 @@ public:
voxel* voxels;
Lightmap* lightmap;
bool modified = true;
bool ready = false;
bool accepted = false;
bool generated = false;
Chunk(int x, int y, int z);
~Chunk();
bool isEmpty();
Chunk* clone() const;
};
#endif /* VOXELS_CHUNK_H_ */