]> git.jsancho.org Git - lugaru.git/blobdiff - Source/Skeleton.h
Switched all data access to the new methods
[lugaru.git] / Source / Skeleton.h
index 8bc7b74752c724b9b566a6d1a2be1a2b64e7256f..854355f38af564855c2968d9709f133102884049 100644 (file)
@@ -135,7 +135,7 @@ public:
     ~Animation();
     Animation & operator = (const Animation & ani);
 
-    void Load(const char *fileName, int aheight, int aattack);
+    void Load(const std::string& fileName, int aheight, int aattack);
 
 protected:
     void deallocate();