'ifnot' template property + hpp

This commit is contained in:
MihailRis
2024-05-06 00:45:43 +03:00
parent 8b1c102cfe
commit 9ea67deb13
59 changed files with 204 additions and 201 deletions
+2 -1
View File
@@ -1,4 +1,5 @@
#include "BlocksRenderer.hpp"
#include "../core/Mesh.hpp"
#include "../../maths/UVRegion.hpp"
#include "../../constants.h"
@@ -8,7 +9,7 @@
#include "../../voxels/VoxelsVolume.h"
#include "../../voxels/ChunksStorage.h"
#include "../../lighting/Lightmap.h"
#include "../../frontend/ContentGfxCache.h"
#include "../../frontend/ContentGfxCache.hpp"
#include "../../settings.h"
#include <glm/glm.hpp>