mirror of
https://github.com/celisej567/mcpe.git
synced 2026-01-05 18:10:09 +03:00
* Fix include paths. Now it builds properly.
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
********************************************************************/
|
||||
|
||||
#include "Tile.hpp"
|
||||
#include "Level.hpp"
|
||||
#include "world/level/Level.hpp"
|
||||
|
||||
ClayTile::ClayTile(int a, int b, Material* c) : Tile(a, b, c)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user