X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Source%2FSkeleton.h;h=2e5085e6905a0d7c4d11775f8ebf9780d738f6fd;hb=dc03d60e08bdc0b97ea7b07e8973ed42450c9482;hp=4e3a3fc3f49263618b0c7a70ecd7b3934c4257cf;hpb=44146d06c780d3aaa283672fedb08b8870ebe1b9;p=lugaru.git diff --git a/Source/Skeleton.h b/Source/Skeleton.h index 4e3a3fc..2e5085e 100644 --- a/Source/Skeleton.h +++ b/Source/Skeleton.h @@ -30,7 +30,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. /**> HEADER FILES <**/ #include "gamegl.h" #include "Quaternions.h" -#include "fmod.h" #include "Objects.h" #include "Sprites.h" #include "binio.h" @@ -217,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();