Add Meshcache file
This commit is contained in:
@@ -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"
|
||||||
)
|
)
|
||||||
|
|||||||
4
destrum/include/destrum/Graphics/MeshCache.h
Normal file
4
destrum/include/destrum/Graphics/MeshCache.h
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
#ifndef MESHCACHE_H
|
||||||
|
#define MESHCACHE_H
|
||||||
|
|
||||||
|
#endif //MESHCACHE_H
|
||||||
1
destrum/src/graphics/MeshCache.cpp
Normal file
1
destrum/src/graphics/MeshCache.cpp
Normal file
@@ -0,0 +1 @@
|
|||||||
|
#include <destrum/Graphics/MeshCache.h>
|
||||||
Reference in New Issue
Block a user