mirror of
https://github.com/celisej567/mcpe.git
synced 2026-09-17 20:10:23 +03:00
* Fix include paths. Now it builds properly.
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user