'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
+4 -4
View File
@@ -1,6 +1,4 @@
#include "ContentGfxCache.h"
#include <string>
#include "ContentGfxCache.hpp"
#include "../assets/Assets.h"
#include "../content/Content.h"
@@ -9,7 +7,9 @@
#include "../graphics/core/Atlas.hpp"
#include "../maths/UVRegion.hpp"
#include "../voxels/Block.h"
#include "UiDocument.h"
#include "UiDocument.hpp"
#include <string>
ContentGfxCache::ContentGfxCache(const Content* content, Assets* assets) : content(content) {
auto indices = content->getIndices();