X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fyoink;a=blobdiff_plain;f=src%2FGameLayer.hh;h=54b49962d0ab2a26a8ba4bb889ee9ee2564c5938;hp=37eb8e07874dda42593d09e0efe7a1de2c305bd4;hb=1fb5f7e36af1a4de040bc2989133703b0e0d4a9f;hpb=6b0a0d0efafe34d48ab344fca3b479553bd4e62c diff --git a/src/GameLayer.hh b/src/GameLayer.hh index 37eb8e0..54b4996 100644 --- a/src/GameLayer.hh +++ b/src/GameLayer.hh @@ -24,6 +24,7 @@ #include #include +#include #include #include // TODO @@ -72,9 +73,10 @@ private: HudP mHud; //moof::sound_stream mMusic; - //moof::sound mPunchSound; - - moof::sound_stream_handle music_; + moof::sound punch_sound_; + moof::sound music_; + + moof::mesh_handle sceneMesh; moof::ray2 mRay; moof::line2 mLine;