voxel-engine/include/chunkgenerator.hpp

8 lines
121 B
C++
Raw Normal View History

#ifndef CHUNKGENERATOR_H
#define CHUNKGENERATOR_H
#include "chunk.hpp"
void generateChunk(Chunk::Chunk *chunk);
#endif