]> Dogcows Code - chaz/yoink/blobdiff - src/Character.hh
converted image management to resource handles
[chaz/yoink] / src / Character.hh
index 651cc885c4f239f10a6779c94481e1060d5b335a..bdbdb29414f0a6ce436e440691bab99ae53f203a 100644 (file)
@@ -21,7 +21,7 @@
 #include <moof/math.hh>
 #include <moof/rigid_body.hh>
 #include <moof/sphere.hh>
-#include <moof/texture.hh>
+#include <moof/sprite.hh>
 
 #include "Animation.hh"
 
@@ -51,8 +51,8 @@ public:
 
        //virtual int getOctant(const moof::Aabb<3>& aabb) const;
 
-       moof::texture   tilemap;
-       Animation       animation;
+       moof::sprite    tilemap;
+       Animation               animation;
 };
 
 
This page took 0.0171249999999999 seconds and 4 git commands to generate.