]> git.localhorst.tv Git - blank.git/blobdiff - src/model/Skeletons.hpp
linear model instance state
[blank.git] / src / model / Skeletons.hpp
index 8d106d95fefdea2492e23092f1d7dbac2b6f0ca2..90affd333d58e0d8891013069f0f1e4b725edd58 100644 (file)
@@ -10,6 +10,8 @@ namespace blank {
 
 class Model;
 class EntityMesh;
+class ShapeRegistry;
+class TextureIndex;
 
 class Skeletons {
 
@@ -23,7 +25,7 @@ public:
        ~Skeletons();
 
        void LoadHeadless();
-       void Load();
+       void Load(const ShapeRegistry &, TextureIndex &);
 
        size_type size() const noexcept { return skeletons.size(); }