]> Dogcows Code - chaz/yoink/blobdiff - src/GameLayer.hh
stream-based logging classes
[chaz/yoink] / src / GameLayer.hh
index 4692611789f7cfbc1829be8b67cf13677d94a87d..4e0a84f07752c4742417930073cf5e1f53f0a71d 100644 (file)
@@ -51,6 +51,7 @@
 #include <Moof/Plane.hh>
 #include <Moof/Ray.hh>
 #include <Moof/Sphere.hh>
+#include <Moof/Timer.hh>
 
 #include "Character.hh"
 #include "Heroine.hh"
@@ -107,10 +108,11 @@ private:
        Mf::Sound               mPunchSound;
 
        Mf::Ray<2>              mRay;
-       Mf::Ray<3>              mRay3;
        Mf::Line<2>             mLine;
-       Mf::Plane               mPlane;
        Mf::Sphere<2>   mSphere;
+
+       Mf::Timer               mRayTimer;
+       void rayTimer();
 };
 
 
This page took 0.018236 seconds and 4 git commands to generate.