X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Source%2FAnimation%2FJoint.h;h=764b095de9ff44d69c7ef48f89f2b45be573c89d;hb=1991e81a5c3bcc9cd0d6d49f56ebd8bcbd76e7b4;hp=9073e7af081ae41109194effd016e91ac1b49f42;hpb=18e718d3ff51c67029f2d4e1416f979b9ad3afc0;p=lugaru.git diff --git a/Source/Animation/Joint.h b/Source/Animation/Joint.h index 9073e7a..764b095 100644 --- a/Source/Animation/Joint.h +++ b/Source/Animation/Joint.h @@ -22,6 +22,7 @@ along with Lugaru. If not, see . #define _JOINT_H_ #include "Quaternions.h" +#include class Joint { @@ -48,6 +49,7 @@ public: XYZ velchange; Joint(); + void load(FILE* tfile, std::vector& joints); }; #endif