X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fyoink;a=blobdiff_plain;f=src%2FCharacter.hh;h=bdbdb29414f0a6ce436e440691bab99ae53f203a;hp=651cc885c4f239f10a6779c94481e1060d5b335a;hb=151f60a78d5e45c8d46c3e793fdefee306c6dc4c;hpb=831f04d4bc19a390415ac0bbac4331c7a65509bc 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; };