frontend/

This commit is contained in:
InfiniteCoder
2024-08-06 00:01:27 +03:00
parent 8f9c7eb7ff
commit 9283aa605f
17 changed files with 30 additions and 30 deletions
+1 -1
View File
@@ -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"
+1 -1
View File
@@ -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>
+1 -1
View File
@@ -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>