Root includes

This commit is contained in:
InfiniteCoder
2024-08-04 10:24:11 +03:00
parent eeb9ba77fb
commit d5dc68dd38
132 changed files with 164 additions and 164 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
#include "../assets/Assets.hpp"
#include "../content/Content.hpp"
#include "../content/ContentPack.hpp"
#include "../core_defs.hpp"
#include <core_defs.hpp>
#include "../graphics/core/Atlas.hpp"
#include "../maths/UVRegion.hpp"
#include "../voxels/Block.hpp"
+1 -1
View File
@@ -1,7 +1,7 @@
#ifndef FRONTEND_BLOCKS_GFX_CACHE_HPP_
#define FRONTEND_BLOCKS_GFX_CACHE_HPP_
#include "../typedefs.hpp"
#include <typedefs.hpp>
#include <memory>
+1 -1
View File
@@ -1,7 +1,7 @@
#ifndef FRONTEND_UI_DOCUMENT_HPP_
#define FRONTEND_UI_DOCUMENT_HPP_
#include "../typedefs.hpp"
#include <typedefs.hpp>
#include <string>
#include <memory>
+3 -3
View File
@@ -1,7 +1,7 @@
#include "../audio/audio.hpp"
#include "../delegates.hpp"
#include "../engine.hpp"
#include "../settings.hpp"
#include <delegates.hpp>
#include <engine.hpp>
#include <settings.hpp>
#include "../content/Content.hpp"
#include "../graphics/core/Mesh.hpp"
#include "../graphics/ui/elements/CheckBox.hpp"
+4 -4
View File
@@ -6,9 +6,9 @@
#include "../assets/Assets.hpp"
#include "../content/Content.hpp"
#include "../core_defs.hpp"
#include "../delegates.hpp"
#include "../engine.hpp"
#include <core_defs.hpp>
#include <delegates.hpp>
#include <engine.hpp>
#include "../graphics/core/Atlas.hpp"
#include "../graphics/core/Batch2D.hpp"
#include "../graphics/core/Batch3D.hpp"
@@ -32,7 +32,7 @@
#include "../maths/voxmaths.hpp"
#include "../objects/Player.hpp"
#include "../physics/Hitbox.hpp"
#include "../typedefs.hpp"
#include <typedefs.hpp>
#include "../util/stringutil.hpp"
#include "../voxels/Block.hpp"
#include "../voxels/Chunk.hpp"
+1 -1
View File
@@ -1,7 +1,7 @@
#ifndef FRONTEND_HUD_HPP_
#define FRONTEND_HUD_HPP_
#include "../typedefs.hpp"
#include <typedefs.hpp>
#include "../util/ObjectsKeeper.hpp"
#include <string>
+3 -3
View File
@@ -4,8 +4,8 @@
#include "UiDocument.hpp"
#include "screens/MenuScreen.hpp"
#include "../delegates.hpp"
#include "../engine.hpp"
#include <delegates.hpp>
#include <engine.hpp>
#include "../data/dynamic.hpp"
#include "../interfaces/Task.hpp"
#include "../files/engine_paths.hpp"
@@ -13,7 +13,7 @@
#include "../graphics/ui/gui_util.hpp"
#include "../graphics/ui/GUI.hpp"
#include "../logic/scripting/scripting.hpp"
#include "../settings.hpp"
#include <settings.hpp>
#include "../coders/commons.hpp"
#include "../util/stringutil.hpp"
#include "../window/Window.hpp"
+2 -2
View File
@@ -1,12 +1,12 @@
#include "LevelScreen.hpp"
#include "../../core_defs.hpp"
#include <core_defs.hpp>
#include "../hud.hpp"
#include "../LevelFrontend.hpp"
#include "../../audio/audio.hpp"
#include "../../coders/imageio.hpp"
#include "../../debug/Logger.hpp"
#include "../../engine.hpp"
#include <engine.hpp>
#include "../../files/files.hpp"
#include "../../content/Content.hpp"
#include "../../graphics/core/DrawContext.hpp"
+1 -1
View File
@@ -8,7 +8,7 @@
#include "../../maths/UVRegion.hpp"
#include "../../window/Window.hpp"
#include "../../window/Camera.hpp"
#include "../../engine.hpp"
#include <engine.hpp>
MenuScreen::MenuScreen(Engine* engine) : Screen(engine) {
engine->resetContent();
+1 -1
View File
@@ -1,7 +1,7 @@
#include "Screen.hpp"
#include "../../graphics/core/Batch2D.hpp"
#include "../../engine.hpp"
#include <engine.hpp>
Screen::Screen(Engine* engine)
: engine(engine),