minor movement
This commit is contained in:
parent
c47e869bdd
commit
599665d349
@ -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"
|
||||
|
||||
@ -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"
|
||||
|
||||
|
||||
@ -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;
|
||||
@ -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>
|
||||
|
||||
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user