Add Meshcache file

This commit is contained in:
2026-01-03 02:46:40 +01:00
parent 1b8cc96164
commit 1168f9e5d1
3 changed files with 6 additions and 0 deletions

View File

@@ -10,6 +10,7 @@ set(SRC_FILES
"src/Graphics/Init.cpp" "src/Graphics/Init.cpp"
"src/Graphics/Util.cpp" "src/Graphics/Util.cpp"
"src/graphics/Pipeline.cpp" "src/graphics/Pipeline.cpp"
"src/graphics/MeshCache.cpp"
"src/FS/AssetFS.cpp" "src/FS/AssetFS.cpp"
) )

View File

@@ -0,0 +1,4 @@
#ifndef MESHCACHE_H
#define MESHCACHE_H
#endif //MESHCACHE_H

View File

@@ -0,0 +1 @@
#include <destrum/Graphics/MeshCache.h>