* Fix include paths. Now it builds properly.

This commit is contained in:
iProgramInCpp
2023-08-05 15:34:07 +03:00
parent 71e700a300
commit bfdd5beb75
144 changed files with 267 additions and 212 deletions

View File

@@ -7,9 +7,9 @@
********************************************************************/
#include "Dimension.hpp"
#include "TestChunkSource.hpp"
#include "RandomLevelSource.hpp"
#include "ChunkCache.hpp"
#include "world/level/levelgen/chunk/TestChunkSource.hpp"
#include "world/level/levelgen/chunk/RandomLevelSource.hpp"
#include "world/level/levelgen/chunk/ChunkCache.hpp"
Dimension* Dimension::getNew(int type)
{