mirror of
https://github.com/celisej567/mcpe.git
synced 2026-09-11 20:11:18 +03:00
* Fix include paths. Now it builds properly.
This commit is contained in:
@@ -6,10 +6,10 @@
|
||||
SPDX-License-Identifier: BSD-1-Clause
|
||||
********************************************************************/
|
||||
|
||||
#include "Utils.hpp" // include the utils only to let us know what enhancements we have
|
||||
#include "GameMods.hpp"
|
||||
#if defined(ENH_ALLOW_SAND_GRAVITY)
|
||||
#include "FallingTileRenderer.hpp"
|
||||
#include "FallingTile.hpp"
|
||||
#include "world/entity/FallingTile.hpp"
|
||||
|
||||
FallingTileRenderer::FallingTileRenderer()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user