]> Dogcows Code - chaz/yoink/blobdiff - src/Character.hh
library class revamped as manager, goodbye tilemap
[chaz/yoink] / src / Character.hh
index 6507906d067cf9c3d78162dd6a32916fafa9b76e..82804babf16b32b37ae4db339229398ef3a8983b 100644 (file)
@@ -36,9 +36,9 @@
 #include <Moof/Math.hh>
 #include <Moof/RigidBody.hh>
 #include <Moof/Sphere.hh>
+#include <Moof/Texture.hh>
 
 #include "Animation.hh"
-#include "Tilemap.hh"
 
 
 
@@ -67,7 +67,7 @@ public:
 
        //virtual int getOctant(const Mf::Aabb<3>& aabb) const;
 
-       Tilemap         tilemap;
+       Mf::Texture     tilemap;
        Animation       animation;
 };
 
This page took 0.018394 seconds and 4 git commands to generate.