X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fmodel%2FPart.hpp;h=3e3b57080316942b8c60622614b4cda9f64e80e9;hb=f430ad789fe620ad2e8b2b2b99af868372791295;hp=f71efc5425a1580a992ba1b857e38e8ef9797a44;hpb=7e782291e0ce39eb2d4e8c1df28f682c313e6f8d;p=blank.git diff --git a/src/model/Part.hpp b/src/model/Part.hpp index f71efc5..3e3b570 100644 --- a/src/model/Part.hpp +++ b/src/model/Part.hpp @@ -17,9 +17,9 @@ class DirectionalLighting; class EntityMesh; class Instance; class Model; +class ResourceIndex; class Shape; class ShapeRegistry; -class TextureIndex; class TokenStreamReader; struct Part { @@ -33,7 +33,7 @@ public: Part(); ~Part(); - void Read(TokenStreamReader &, TextureIndex &, const ShapeRegistry &); + void Read(TokenStreamReader &, ResourceIndex &, const ShapeRegistry &); Part &AddChild(); const std::list &Children() const noexcept { return children; }