X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fyoink;a=blobdiff_plain;f=src%2FMoof%2FEntity.hh;h=33efcc9e77ca20afbc362184007306e0ca586c7f;hp=f593d0cd316d872468e44b11b290750c4ffcc8fe;hb=f72400af4fa3e7b54dab154b5a2b6503a6f9af18;hpb=72d4af22710317acffab861421c4364b1780b6fe 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