X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Source%2FSkeleton.h;h=8186b1824cc391a758b724310d2c7be0f96d716d;hb=9248d1455aa434112b5ddd771fd69b8df02d44ee;hp=2e5085e6905a0d7c4d11775f8ebf9780d738f6fd;hpb=981c1179fab6849d216942a7053a24a36f36078c;p=lugaru.git diff --git a/Source/Skeleton.h b/Source/Skeleton.h index 2e5085e..8186b18 100644 --- a/Source/Skeleton.h +++ b/Source/Skeleton.h @@ -31,17 +31,9 @@ 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 -#define normalattack 1 -#define reversed 2 -#define reversal 3 -#define lowheight 0 -#define middleheight 1 -#define highheight 2 - class Joint { public: @@ -142,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: