]> git.jsancho.org Git - lugaru.git/blobdiff - Source/Skeleton.h
Cleanup animation loading
[lugaru.git] / Source / Skeleton.h
index 48592a8bceac141684a2e51571b4d5a740215ccb..8186b1824cc391a758b724310d2c7be0f96d716d 100644 (file)
@@ -34,14 +34,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 #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: