At this point idk what im doing

This commit is contained in:
Ben
2019-10-29 22:40:57 +00:00
parent efafd4e71e
commit 671ab913ab
5 changed files with 53 additions and 21 deletions

View File

@@ -1,3 +1,22 @@
#include "world.hpp"
World::World() {
}
void World::LoadWorld() {
}
void World::SetTextureMap(GLuint map) {
}
glm::vec2 World::GetChunkCoords(glm::vec3) {
}
std::vector<std::shared_ptr<Chunk>> World::GetRenderableChunks() {
}