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:
@@ -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