X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fyoink;a=blobdiff_plain;f=src%2FCharacter.hh;h=21734228b3ab005698cba8f5e20b059e8d7c38d0;hp=d70da88f6e1aa371e67271bc42539164b69a97b4;hb=6a5d12788f2778a26223de690d34b00ac16a6ec3;hpb=8a1acac01b444dccf8b57cedf08392ada2e473c1 diff --git a/src/Character.hh b/src/Character.hh index d70da88..2173422 100644 --- a/src/Character.hh +++ b/src/Character.hh @@ -43,7 +43,7 @@ -struct Character; +class Character; typedef boost::shared_ptr CharacterP; @@ -68,7 +68,7 @@ public: void addForce(Mf::Vector2 force); void setPosition(Mf::Vector2 position); - virtual int getOctant(const Mf::Aabb& aabb) const; + virtual int getOctant(const Mf::Aabb<3>& aabb) const; Tilemap tilemap; Animation animation;