X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fyoink;a=blobdiff_plain;f=src%2FGameLayer.hh;h=f3814430e72417f87cd007fe29f4ab23efec5656;hp=54b49962d0ab2a26a8ba4bb889ee9ee2564c5938;hb=6f1b787a10d8ab1a3117a4b8c004dd2d90599608;hpb=c143f7e806766a73cd69dc6e084e977641019ce6 diff --git a/src/GameLayer.hh b/src/GameLayer.hh index 54b4996..f381443 100644 --- a/src/GameLayer.hh +++ b/src/GameLayer.hh @@ -24,7 +24,6 @@ #include #include -#include #include #include // TODO @@ -62,22 +61,16 @@ private: void loadSceneLoader(); void advanceScene(moof::settings& settings); - void thinkTimer(); - void projection(); void projection(moof::scalar width, moof::scalar height); - GameState state_; - moof::timer mThinkTimer; + mutable GameState state_; HudP mHud; - //moof::sound_stream mMusic; moof::sound punch_sound_; moof::sound music_; - moof::mesh_handle sceneMesh; - moof::ray2 mRay; moof::line2 mLine; moof::circle mCircle;