]> git.jsancho.org Git - lugaru.git/blobdiff - Source/Skeleton.h
Migrate some definitions from Constants.h
[lugaru.git] / Source / Skeleton.h
index 7dcd203d11bd05ecd2aab36ec69dc1ff678fddad..fa57c9a1845a47128599453b40d03ff09937952e 100644 (file)
@@ -134,7 +134,7 @@ public:
 
        Animation & operator = (const Animation & ani);
 
-       void Load(char *fileName, int aheight, int aattack);
+       void Load(const char *fileName, int aheight, int aattack);
        void Move(XYZ how);
 
 protected:
@@ -142,6 +142,8 @@ protected:
 };
 
 
+const int max_joints = 50;
+
 class Skeleton
 {
 public: