]> Dogcows Code - chaz/yoink/blobdiff - src/GameLayer.hh
testing new non-autotools build system
[chaz/yoink] / src / GameLayer.hh
index c194e9f2935f87cec180c9f8f2c4960c4f188d85..37eb8e07874dda42593d09e0efe7a1de2c305bd4 100644 (file)
@@ -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();
This page took 0.019521 seconds and 4 git commands to generate.