mirror of
https://github.com/celisej567/mcpe.git
synced 2026-09-23 20:09:46 +03:00
* Fix include paths. Now it builds properly.
This commit is contained in:
@@ -7,9 +7,9 @@
|
||||
********************************************************************/
|
||||
|
||||
#include "Item.hpp"
|
||||
#include "TripodCamera.hpp"
|
||||
#include "Level.hpp"
|
||||
#include "Player.hpp"
|
||||
#include "world/level/Level.hpp"
|
||||
#include "world/entity/TripodCamera.hpp"
|
||||
#include "world/entity/Player.hpp"
|
||||
|
||||
CameraItem::CameraItem(int id) : Item(id)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user