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,7 +7,7 @@
|
||||
********************************************************************/
|
||||
|
||||
#include "ExternalFileLevelStorage.hpp"
|
||||
#include "Level.hpp"
|
||||
#include "world/level/Level.hpp"
|
||||
#include "GetTime.h"
|
||||
|
||||
#ifndef DEMO
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
|
||||
#include "ExternalFileLevelStorageSource.hpp"
|
||||
#include "ExternalFileLevelStorage.hpp"
|
||||
#include "Util.hpp"
|
||||
#include "client/common/Util.hpp"
|
||||
|
||||
#ifndef DEMO
|
||||
|
||||
|
||||
@@ -9,11 +9,10 @@
|
||||
#pragma once
|
||||
|
||||
#include <string>
|
||||
|
||||
#include "Utils.hpp"
|
||||
#include "Vec3.hpp"
|
||||
#include "Inventory.hpp"
|
||||
#include "BitStream.h"
|
||||
#include "client/common/Utils.hpp"
|
||||
#include "client/common/Vec3.hpp"
|
||||
#include "world/item/Inventory.hpp"
|
||||
|
||||
struct PlayerData
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user