X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fyoink;a=blobdiff_plain;f=src%2FGameLayer.hh;h=f2a70f97f43e0bbe1ca28f9ec395f769cc368013;hp=c194e9f2935f87cec180c9f8f2c4960c4f188d85;hb=1da520638918096276158ecdfaeebc14a3d70be7;hpb=831f04d4bc19a390415ac0bbac4331c7a65509bc diff --git a/src/GameLayer.hh b/src/GameLayer.hh index c194e9f..f2a70f9 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 punch_sound_; + + moof::sound music_; moof::ray2 mRay; moof::line2 mLine; - moof::circle mCircle; + moof::circle mCircle; moof::timer mRayTimer; void rayTimer();