minor movement
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user