X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fyoink;a=blobdiff_plain;f=src%2FMoof%2FEntity.hh;fp=src%2FMoof%2FEntity.hh;h=33efcc9e77ca20afbc362184007306e0ca586c7f;hp=f593d0cd316d872468e44b11b290750c4ffcc8fe;hb=fdfba4553433b9b2804c2772c7645211b828c2ea;hpb=5fa5f117f28922a7e539a432367960c1a61f837d diff --git a/src/Moof/Entity.hh b/src/Moof/Entity.hh index f593d0c..33efcc9 100644 --- a/src/Moof/Entity.hh +++ b/src/Moof/Entity.hh @@ -40,8 +40,12 @@ namespace Mf { +class Entity; +typedef boost::shared_ptr EntityP; + class Camera; + /** * Interface for game objects that can be drawn to the screen and have a * specified size. @@ -72,8 +76,6 @@ protected: Sphere sphere_; }; -typedef boost::shared_ptr EntityPtr; - } // namespace Mf