]> git.jsancho.org Git - lugaru.git/blobdiff - Source/Skeleton.h
Migrate some definitions from Constants.h
[lugaru.git] / Source / Skeleton.h
index 8186b1824cc391a758b724310d2c7be0f96d716d..fa57c9a1845a47128599453b40d03ff09937952e 100644 (file)
@@ -142,6 +142,8 @@ protected:
 };
 
 
+const int max_joints = 50;
+
 class Skeleton
 {
 public: