X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fyoink;a=blobdiff_plain;f=src%2FGameLayer.hh;h=37eb8e07874dda42593d09e0efe7a1de2c305bd4;hp=c194e9f2935f87cec180c9f8f2c4960c4f188d85;hb=6b0a0d0efafe34d48ab344fca3b479553bd4e62c;hpb=85783316365181491a3e3c0c63659972477cebba diff --git a/src/GameLayer.hh b/src/GameLayer.hh index c194e9f..37eb8e0 100644 --- a/src/GameLayer.hh +++ b/src/GameLayer.hh @@ -71,12 +71,14 @@ private: HudP mHud; - moof::sound_stream mMusic; - moof::sound mPunchSound; + //moof::sound_stream mMusic; + //moof::sound mPunchSound; + + moof::sound_stream_handle music_; moof::ray2 mRay; moof::line2 mLine; - moof::circle mCircle; + moof::circle mCircle; moof::timer mRayTimer; void rayTimer();