Génération de Chunks en multithreads
This commit is contained in:
		| @@ -22,7 +22,6 @@ class Chunk { | ||||
|  | ||||
|     public: | ||||
|         Chunk(int x, int y); | ||||
|         Chunk(int x, int y, char data[CHUNK_SIZE_X * CHUNK_SIZE_Y * CHUNK_SIZE_Z]); | ||||
|         ~Chunk(); | ||||
|  | ||||
|         void RemoveBlock(int x, int y, int z, World* world); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user