content/
This commit is contained in:
@@ -3,8 +3,8 @@
|
||||
#include "UiDocument.hpp"
|
||||
|
||||
#include <assets/Assets.hpp>
|
||||
#include "../content/Content.hpp"
|
||||
#include "../content/ContentPack.hpp"
|
||||
#include <content/Content.hpp>
|
||||
#include <content/ContentPack.hpp>
|
||||
#include <core_defs.hpp>
|
||||
#include "../graphics/core/Atlas.hpp"
|
||||
#include "../maths/UVRegion.hpp"
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
|
||||
#include <assets/Assets.hpp>
|
||||
#include "../audio/audio.hpp"
|
||||
#include "../content/Content.hpp"
|
||||
#include <content/Content.hpp>
|
||||
#include "../graphics/core/Atlas.hpp"
|
||||
#include "../graphics/render/BlocksPreview.hpp"
|
||||
#include "../logic/LevelController.hpp"
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
#include <delegates.hpp>
|
||||
#include <engine.hpp>
|
||||
#include <settings.hpp>
|
||||
#include "../content/Content.hpp"
|
||||
#include <content/Content.hpp>
|
||||
#include "../graphics/core/Mesh.hpp"
|
||||
#include "../graphics/ui/elements/CheckBox.hpp"
|
||||
#include "../graphics/ui/elements/TextBox.hpp"
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
#include "UiDocument.hpp"
|
||||
|
||||
#include <assets/Assets.hpp>
|
||||
#include "../content/Content.hpp"
|
||||
#include <content/Content.hpp>
|
||||
#include <core_defs.hpp>
|
||||
#include <delegates.hpp>
|
||||
#include <engine.hpp>
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
|
||||
#include <coders/json.hpp>
|
||||
#include <coders/commons.hpp>
|
||||
#include "../content/ContentPack.hpp"
|
||||
#include <content/ContentPack.hpp>
|
||||
#include "../files/files.hpp"
|
||||
#include "../util/stringutil.hpp"
|
||||
#include "../data/dynamic.hpp"
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
#include "../../debug/Logger.hpp"
|
||||
#include <engine.hpp>
|
||||
#include "../../files/files.hpp"
|
||||
#include "../../content/Content.hpp"
|
||||
#include <content/Content.hpp>
|
||||
#include "../../graphics/core/DrawContext.hpp"
|
||||
#include "../../graphics/core/ImageData.hpp"
|
||||
#include "../../graphics/core/PostProcessing.hpp"
|
||||
|
||||
Reference in New Issue
Block a user