X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fyoink;a=blobdiff_plain;f=src%2FCharacter.hh;h=bdbdb29414f0a6ce436e440691bab99ae53f203a;hp=651cc885c4f239f10a6779c94481e1060d5b335a;hb=382626aad0a683ed8642a6a807eea743db45f7f8;hpb=1da520638918096276158ecdfaeebc14a3d70be7 diff --git a/src/Character.hh b/src/Character.hh index 651cc88..bdbdb29 100644 --- a/src/Character.hh +++ b/src/Character.hh @@ -21,7 +21,7 @@ #include #include #include -#include +#include #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; };