]> git.jsancho.org Git - lugaru.git/blobdiff - Source/Person.h
Moved all calls to skeleton Load to Person
[lugaru.git] / Source / Person.h
index a11f22bdafb074882c302ae2731af931937e773c..4e0edaecb6dcf46be4f093007d2d5a7235053071 100644 (file)
@@ -322,6 +322,8 @@ public:
     Person();
     Person(FILE*, int, unsigned);
 
+    void skeletonLoad(bool clothes = false);
+
     // convenience functions
     inline Joint& joint(int bodypart) { return skeleton.joints[skeleton.jointlabels[bodypart]]; }
     inline XYZ& jointPos(int bodypart) { return joint(bodypart).position; }