content/
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#include "../../../content/Content.hpp"
|
||||
#include <content/Content.hpp>
|
||||
#include "../../../lighting/Lighting.hpp"
|
||||
#include "../../../logic/BlocksController.hpp"
|
||||
#include "../../../logic/LevelController.hpp"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#include <glm/ext.hpp>
|
||||
|
||||
#include "../../../content/Content.hpp"
|
||||
#include <content/Content.hpp>
|
||||
#include "../../../window/Camera.hpp"
|
||||
#include "../../../world/Level.hpp"
|
||||
#include "api_lua.hpp"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#include "libentity.hpp"
|
||||
|
||||
#include "../../../content/Content.hpp"
|
||||
#include <content/Content.hpp>
|
||||
#include <engine.hpp>
|
||||
#include "../../../objects/Entities.hpp"
|
||||
#include "../../../objects/EntityDef.hpp"
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
#include <iostream>
|
||||
|
||||
#include <assets/Assets.hpp>
|
||||
#include "../../../content/Content.hpp"
|
||||
#include <content/Content.hpp>
|
||||
#include <engine.hpp>
|
||||
#include "../../../frontend/UiDocument.hpp"
|
||||
#include "../../../frontend/hud.hpp"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#include "../../../content/Content.hpp"
|
||||
#include <content/Content.hpp>
|
||||
#include "../../../items/Inventories.hpp"
|
||||
#include "../../../items/ItemStack.hpp"
|
||||
#include "../../../logic/BlocksController.hpp"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#include "../../../content/Content.hpp"
|
||||
#include <content/Content.hpp>
|
||||
#include "../../../items/ItemDef.hpp"
|
||||
#include "api_lua.hpp"
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
#include <string>
|
||||
|
||||
#include <assets/AssetsLoader.hpp>
|
||||
#include "../../../content/Content.hpp"
|
||||
#include <content/Content.hpp>
|
||||
#include <engine.hpp>
|
||||
#include "../../../files/WorldFiles.hpp"
|
||||
#include "../../../files/engine_paths.hpp"
|
||||
|
||||
Reference in New Issue
Block a user