minor movement

This commit is contained in:
MihailRis 2024-04-21 01:34:34 +03:00
parent c47e869bdd
commit 599665d349
6 changed files with 16 additions and 16 deletions

View File

@ -11,7 +11,7 @@
#include "core_defs.h"
#include "files/files.h"
#include "frontend/locale/langs.h"
#include "frontend/menu/menu.hpp"
#include "frontend/menu.hpp"
#include "frontend/screens.h"
#include "graphics/core/Batch2D.h"
#include "graphics/core/GfxContext.h"

View File

@ -42,7 +42,7 @@
#include "ContentGfxCache.h"
#include "InventoryView.h"
#include "LevelFrontend.h"
#include "menu/menu.hpp"
#include "menu.hpp"
#include "screens.h"
#include "UiDocument.h"

View File

@ -5,18 +5,18 @@
#include <filesystem>
#include <glm/glm.hpp>
#include "../../delegates.h"
#include "../../engine.h"
#include "../../files/engine_paths.h"
#include "../../graphics/ui/elements/display/Label.hpp"
#include "../../graphics/ui/elements/layout/Menu.hpp"
#include "../../graphics/ui/gui_util.h"
#include "../../graphics/ui/GUI.h"
#include "../../logic/scripting/scripting.h"
#include "../../settings.h"
#include "../../util/stringutil.h"
#include "../../window/Window.h"
#include "../UiDocument.h"
#include "../delegates.h"
#include "../engine.h"
#include "../files/engine_paths.h"
#include "../graphics/ui/elements/display/Label.hpp"
#include "../graphics/ui/elements/layout/Menu.hpp"
#include "../graphics/ui/gui_util.h"
#include "../graphics/ui/GUI.h"
#include "../logic/scripting/scripting.h"
#include "../settings.h"
#include "../util/stringutil.h"
#include "../window/Window.h"
#include "UiDocument.h"
namespace fs = std::filesystem;
using namespace gui;

View File

@ -32,7 +32,7 @@
#include "ContentGfxCache.h"
#include "hud.h"
#include "LevelFrontend.h"
#include "menu/menu.hpp"
#include "menu.hpp"
#include <filesystem>
#include <glm/glm.hpp>

View File

@ -3,7 +3,7 @@
#include "../../../engine.h"
#include "../../../files/engine_paths.h"
#include "../../../frontend/menu/menu.hpp"
#include "../../../frontend/menu.hpp"
#include "../../../frontend/screens.h"
#include "../../../logic/LevelController.h"
#include "../../../logic/EngineController.hpp"