mirror of
https://github.com/celisej567/mcpe.git
synced 2026-01-04 14:09:47 +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"
|
||||
|
||||
FireTile::FireTile(int ID, int texture) : Tile(ID, texture, Material::fire)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user