X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fyoink;a=blobdiff_plain;f=src%2FGameLayer.hh;h=4e0a84f07752c4742417930073cf5e1f53f0a71d;hp=4692611789f7cfbc1829be8b67cf13677d94a87d;hb=7f3984f3f9524f5b6813e01ceb2fe576dadff94e;hpb=99ac607f489023a7aa17bfb046113b0e4a65dab6 diff --git a/src/GameLayer.hh b/src/GameLayer.hh index 4692611..4e0a84f 100644 --- a/src/GameLayer.hh +++ b/src/GameLayer.hh @@ -51,6 +51,7 @@ #include #include #include +#include #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(); };