* Fix include paths. Now it builds properly.

This commit is contained in:
iProgramInCpp
2023-08-05 15:34:07 +03:00
parent 71e700a300
commit bfdd5beb75
144 changed files with 267 additions and 212 deletions

View File

@@ -7,7 +7,7 @@
********************************************************************/
#include "ExternalFileLevelStorage.hpp"
#include "Level.hpp"
#include "world/level/Level.hpp"
#include "GetTime.h"
#ifndef DEMO

View File

@@ -8,7 +8,7 @@
#include "ExternalFileLevelStorageSource.hpp"
#include "ExternalFileLevelStorage.hpp"
#include "Util.hpp"
#include "client/common/Util.hpp"
#ifndef DEMO

View File

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