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
+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"