diff options
Diffstat (limited to 'src/Skeleton.h')
-rw-r--r-- | src/Skeleton.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/Skeleton.h b/src/Skeleton.h index 31ece37..7687610 100644 --- a/src/Skeleton.h +++ b/src/Skeleton.h @@ -7,9 +7,7 @@ #include "Quaternions.h" #include "Constants.h" -#include "Files.h" #include "Models.h" -#include "Camera.h" #define boneconnect 0 #define constraint 1 @@ -84,7 +82,6 @@ class Muscle class Animation { public: - Files files; size_t numframes; bool canbeoverridden; bool ismodified[max_joints][max_frames]; @@ -123,8 +120,6 @@ class Skeleton bool free; - Files files; - void DoConstraints(); void DoConstraints(Model *collide, XYZ *move, float rotation); void DoGravity(); |