X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Source%2FSkeleton.h;h=48592a8bceac141684a2e51571b4d5a740215ccb;hb=8265984dce72d262e3865ebad4668d98b5b26d4a;hp=2948b1f8a1d5c6d1307a9073f8d9d4ebe755fb65;hpb=5b4ceabfe80faa2fe0d231ad24b76a704582b3bd;p=lugaru.git diff --git a/Source/Skeleton.h b/Source/Skeleton.h index 2948b1f..48592a8 100644 --- a/Source/Skeleton.h +++ b/Source/Skeleton.h @@ -31,7 +31,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include "gamegl.h" #include "Quaternions.h" #include "Objects.h" -#include "Sprites.h" +#include "Sprite.h" #include "binio.h" #define neutral 0 @@ -216,7 +216,7 @@ public: void FindRotationJoint(int which); void FindRotationJointSameTwist(int which); void FindRotationMuscle(int which, int animation); - void Load(char *fileName,char *lowfileName,char *clothesfileName,char *modelfileName,char *model2fileName,char *model3fileName,char *model4fileName,char *model5fileNamee,char *model6fileName,char *model7fileName,char *modellowfileName,char *modelclothesfileName, bool aclothes); + void Load(const char *fileName,const char *lowfileName,const char *clothesfileName,const char *modelfileName,const char *model2fileName,const char *model3fileName,const char *model4fileName,const char *model5fileNamee,const char *model6fileName,const char *model7fileName,const char *modellowfileName,const char *modelclothesfileName, bool aclothes); Skeleton();