frontend/
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
#include <assets/Assets.hpp>
|
||||
#include <constants.hpp>
|
||||
#include <content/Content.hpp>
|
||||
#include "../../frontend/ContentGfxCache.hpp"
|
||||
#include <frontend/ContentGfxCache.hpp>
|
||||
#include <voxels/Block.hpp>
|
||||
#include "../../window/Camera.hpp"
|
||||
#include "../../window/Window.hpp"
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
#include <voxels/VoxelsVolume.hpp>
|
||||
#include <voxels/ChunksStorage.hpp>
|
||||
#include "../../lighting/Lightmap.hpp"
|
||||
#include "../../frontend/ContentGfxCache.hpp"
|
||||
#include <frontend/ContentGfxCache.hpp>
|
||||
#include <settings.hpp>
|
||||
|
||||
#include <glm/glm.hpp>
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
#include <assets/Assets.hpp>
|
||||
#include <content/Content.hpp>
|
||||
#include <engine.hpp>
|
||||
#include "../../frontend/LevelFrontend.hpp"
|
||||
#include <frontend/LevelFrontend.hpp>
|
||||
#include <items/Inventory.hpp>
|
||||
#include <items/ItemDef.hpp>
|
||||
#include <items/ItemStack.hpp>
|
||||
|
||||
@@ -7,8 +7,8 @@
|
||||
#include "elements/Menu.hpp"
|
||||
|
||||
#include <assets/Assets.hpp>
|
||||
#include "../../frontend/UiDocument.hpp"
|
||||
#include "../../frontend/locale.hpp"
|
||||
#include <frontend/UiDocument.hpp>
|
||||
#include <frontend/locale.hpp>
|
||||
#include <graphics/core/Batch2D.hpp>
|
||||
#include <graphics/core/Shader.hpp>
|
||||
#include <graphics/core/DrawContext.hpp>
|
||||
|
||||
@@ -2,8 +2,8 @@
|
||||
|
||||
#include <assets/Assets.hpp>
|
||||
#include <content/Content.hpp>
|
||||
#include "../../../frontend/LevelFrontend.hpp"
|
||||
#include "../../../frontend/locale.hpp"
|
||||
#include <frontend/LevelFrontend.hpp>
|
||||
#include <frontend/locale.hpp>
|
||||
#include <items/Inventories.hpp>
|
||||
#include <items/Inventory.hpp>
|
||||
#include <items/ItemDef.hpp>
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
#include "gui_xml.hpp"
|
||||
|
||||
#include <logic/scripting/scripting.hpp>
|
||||
#include "../../frontend/locale.hpp"
|
||||
#include <frontend/locale.hpp>
|
||||
#include <util/stringutil.hpp>
|
||||
#include <delegates.hpp>
|
||||
|
||||
|
||||
@@ -10,8 +10,8 @@
|
||||
#include "elements/InputBindBox.hpp"
|
||||
#include "elements/InventoryView.hpp"
|
||||
|
||||
#include "../../frontend/menu.hpp"
|
||||
#include "../../frontend/locale.hpp"
|
||||
#include <frontend/menu.hpp>
|
||||
#include <frontend/locale.hpp>
|
||||
#include <items/Inventory.hpp>
|
||||
#include <logic/scripting/scripting.hpp>
|
||||
#include "../../maths/voxmaths.hpp"
|
||||
|
||||
Reference in New Issue
Block a user