]> Dogcows Code - chaz/yoink/blobdiff - src/Moof/Entity.hh
dispatcher alias methods
[chaz/yoink] / src / Moof / Entity.hh
index f593d0cd316d872468e44b11b290750c4ffcc8fe..33efcc9e77ca20afbc362184007306e0ca586c7f 100644 (file)
 namespace Mf {
 
 
+class Entity;
+typedef boost::shared_ptr<Entity> 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<Entity> EntityPtr;
-
 
 } // namespace Mf
 
This page took 0.016689 seconds and 4 git commands to generate.