graphics/
This commit is contained in:
@@ -9,9 +9,9 @@
|
||||
#include <assets/Assets.hpp>
|
||||
#include "../../frontend/UiDocument.hpp"
|
||||
#include "../../frontend/locale.hpp"
|
||||
#include "../../graphics/core/Batch2D.hpp"
|
||||
#include "../../graphics/core/Shader.hpp"
|
||||
#include "../../graphics/core/DrawContext.hpp"
|
||||
#include <graphics/core/Batch2D.hpp>
|
||||
#include <graphics/core/Shader.hpp>
|
||||
#include <graphics/core/DrawContext.hpp>
|
||||
#include "../../window/Events.hpp"
|
||||
#include "../../window/Window.hpp"
|
||||
#include "../../window/input.hpp"
|
||||
|
||||
@@ -3,8 +3,8 @@
|
||||
#include <utility>
|
||||
|
||||
#include "Label.hpp"
|
||||
#include "../../core/DrawContext.hpp"
|
||||
#include "../../core/Batch2D.hpp"
|
||||
#include <graphics/core/DrawContext.hpp>
|
||||
#include <graphics/core/Batch2D.hpp>
|
||||
|
||||
using namespace gui;
|
||||
|
||||
|
||||
@@ -2,8 +2,8 @@
|
||||
|
||||
#include <utility>
|
||||
|
||||
#include "../../core/DrawContext.hpp"
|
||||
#include "../../core/Batch2D.hpp"
|
||||
#include <graphics/core/DrawContext.hpp>
|
||||
#include <graphics/core/Batch2D.hpp>
|
||||
#include "Label.hpp"
|
||||
|
||||
using namespace gui;
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#include "Container.hpp"
|
||||
|
||||
#include "../../core/DrawContext.hpp"
|
||||
#include "../../core/Batch2D.hpp"
|
||||
#include <graphics/core/DrawContext.hpp>
|
||||
#include <graphics/core/Batch2D.hpp>
|
||||
|
||||
#include <algorithm>
|
||||
#include <utility>
|
||||
|
||||
@@ -2,10 +2,10 @@
|
||||
|
||||
#include <utility>
|
||||
|
||||
#include "../../core/DrawContext.hpp"
|
||||
#include "../../core/Batch2D.hpp"
|
||||
#include "../../core/Texture.hpp"
|
||||
#include "../../core/Atlas.hpp"
|
||||
#include <graphics/core/DrawContext.hpp>
|
||||
#include <graphics/core/Batch2D.hpp>
|
||||
#include <graphics/core/Texture.hpp>
|
||||
#include <graphics/core/Atlas.hpp>
|
||||
#include <assets/Assets.hpp>
|
||||
#include "../../../maths/UVRegion.hpp"
|
||||
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
#include "InputBindBox.hpp"
|
||||
|
||||
#include "Label.hpp"
|
||||
#include "../../core/DrawContext.hpp"
|
||||
#include "../../core/Batch2D.hpp"
|
||||
#include <graphics/core/DrawContext.hpp>
|
||||
#include <graphics/core/Batch2D.hpp>
|
||||
#include "../../../util/stringutil.hpp"
|
||||
|
||||
using namespace gui;
|
||||
|
||||
@@ -16,13 +16,13 @@
|
||||
#include "../../../window/Events.hpp"
|
||||
#include "../../../window/input.hpp"
|
||||
#include "../../../world/Level.hpp"
|
||||
#include "../../core/Atlas.hpp"
|
||||
#include "../../core/Batch2D.hpp"
|
||||
#include "../../core/Font.hpp"
|
||||
#include "../../core/DrawContext.hpp"
|
||||
#include "../../core/Shader.hpp"
|
||||
#include "../../core/Texture.hpp"
|
||||
#include "../../render/BlocksPreview.hpp"
|
||||
#include <graphics/core/Atlas.hpp>
|
||||
#include <graphics/core/Batch2D.hpp>
|
||||
#include <graphics/core/Font.hpp>
|
||||
#include <graphics/core/DrawContext.hpp>
|
||||
#include <graphics/core/Shader.hpp>
|
||||
#include <graphics/core/Texture.hpp>
|
||||
#include <graphics/render/BlocksPreview.hpp>
|
||||
#include "../GUI.hpp"
|
||||
|
||||
#include <glm/glm.hpp>
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
#include "Label.hpp"
|
||||
|
||||
#include <utility>
|
||||
#include "../../core/DrawContext.hpp"
|
||||
#include "../../core/Batch2D.hpp"
|
||||
#include "../../core/Font.hpp"
|
||||
#include <graphics/core/DrawContext.hpp>
|
||||
#include <graphics/core/Batch2D.hpp>
|
||||
#include <graphics/core/Font.hpp>
|
||||
#include <assets/Assets.hpp>
|
||||
#include "../../../util/stringutil.hpp"
|
||||
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
#include "Plotter.hpp"
|
||||
|
||||
#include "../../core/Batch2D.hpp"
|
||||
#include "../../core/Font.hpp"
|
||||
#include "../../core/DrawContext.hpp"
|
||||
#include <graphics/core/Batch2D.hpp>
|
||||
#include <graphics/core/Font.hpp>
|
||||
#include <graphics/core/DrawContext.hpp>
|
||||
#include <assets/Assets.hpp>
|
||||
#include "../../../util/stringutil.hpp"
|
||||
|
||||
|
||||
@@ -4,9 +4,9 @@
|
||||
#include <algorithm>
|
||||
|
||||
#include "Label.hpp"
|
||||
#include "../../core/DrawContext.hpp"
|
||||
#include "../../core/Batch2D.hpp"
|
||||
#include "../../core/Font.hpp"
|
||||
#include <graphics/core/DrawContext.hpp>
|
||||
#include <graphics/core/Batch2D.hpp>
|
||||
#include <graphics/core/Font.hpp>
|
||||
#include <assets/Assets.hpp>
|
||||
#include "../../../util/stringutil.hpp"
|
||||
#include "../../../window/Events.hpp"
|
||||
|
||||
@@ -2,8 +2,8 @@
|
||||
|
||||
#include <utility>
|
||||
|
||||
#include "../../core/DrawContext.hpp"
|
||||
#include "../../core/Batch2D.hpp"
|
||||
#include <graphics/core/DrawContext.hpp>
|
||||
#include <graphics/core/Batch2D.hpp>
|
||||
#include <assets/Assets.hpp>
|
||||
|
||||
using namespace gui;
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
#include <utility>
|
||||
|
||||
#include "Container.hpp"
|
||||
#include "../../core/Batch2D.hpp"
|
||||
#include <graphics/core/Batch2D.hpp>
|
||||
|
||||
using gui::UINode;
|
||||
using gui::Align;
|
||||
|
||||
Reference in New Issue
Block a user