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,8 +7,8 @@
|
||||
********************************************************************/
|
||||
|
||||
#include "Tile.hpp"
|
||||
#include "Item.hpp"
|
||||
#include "Level.hpp"
|
||||
#include "world/level/Level.hpp"
|
||||
#include "world/item/Item.hpp"
|
||||
|
||||
DoorTile::DoorTile(int ID, Material* pMtl) : Tile(ID, pMtl)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user