This commit is contained in:
InfiniteCoder
2024-08-04 12:45:08 +03:00
parent 39618f09aa
commit e1e3456139
46 changed files with 55 additions and 55 deletions
+1 -1
View File
@@ -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 -1
View File
@@ -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 -1
View File
@@ -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"
+1 -1
View File
@@ -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 -1
View File
@@ -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 -1
View File
@@ -1,4 +1,4 @@
#include "../../../content/Content.hpp"
#include <content/Content.hpp>
#include "../../../items/ItemDef.hpp"
#include "api_lua.hpp"
+1 -1
View File
@@ -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"