Beaucoup de choses. (Fin du TP1 si pas d'épiphanie)

This commit is contained in:
Marc-Eric Martel
2021-09-17 10:03:32 -04:00
parent 48d35dcf7c
commit 4deb7418c3
10 changed files with 129 additions and 5 deletions

View File

@@ -7,7 +7,8 @@
class Chunk : public BlockArray3d {
public:
Chunk();
~Chunk();
Chunk(Chunk& chk);
virtual ~Chunk();
void RemoveBlock(int x, int y, int z);
void SetBlock(int x, int y, int z, BlockType type);