This commit is contained in:
MihailRis 2024-08-10 02:12:01 +03:00
parent f2a987f412
commit cc524088e0
2 changed files with 2 additions and 0 deletions

View File

@ -13,6 +13,7 @@
#include "util/BufferPool.hpp"
#include "voxels/Chunk.hpp"
#include "files.hpp"
#define GLM_ENABLE_EXPERIMENTAL
#include <glm/gtx/hash.hpp>

View File

@ -1,4 +1,5 @@
#pragma once
#include "typedefs.hpp"
class Content;