ÇA SAVE
This commit is contained in:
@@ -22,14 +22,14 @@ 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);
|
||||
void SetBlock(int x, int y, int z, BlockType type, World* world);
|
||||
BlockType GetBlock(int x, int y, int z);
|
||||
void CheckNeighbors(int x, int z, World* world);
|
||||
int GetPosX() const;
|
||||
int GetPosY() const;
|
||||
void GetPosition(int& x, int& y) const;
|
||||
|
||||
void Update(BlockInfo* blockinfo[BTYPE_LAST], World* world);
|
||||
|
||||
|
Reference in New Issue
Block a user