]> Dogcows Code - chaz/yoink/blobdiff - src/YoinkApp.hh
more cleanup
[chaz/yoink] / src / YoinkApp.hh
index 1613707730ea0d6a3efc7d499556d73d162e65a5..6a947f9d8dfcb51408798258b2fea42f4c963589 100644 (file)
@@ -67,11 +67,12 @@ private:
         * Set OpenGL to a state we can know and depend on.
         */
        void setupGL();
-       void contextRecreated(const Mf::Notification& note);
+       void contextRecreated(const Mf::Notification* note);
 
+       Mf::Lerps musicFade;
        Mf::SoundStream music;
 
-       CharacterPtr heroine;
+       CharacterP heroine;
        Mf::Sound punchSound;
        TilemapFont *font;
 
@@ -79,7 +80,7 @@ private:
        Mf::Lerps fadeIn;
 
        Mf::Camera camera;
-       Mf::Scene* testScene;
+       Mf::SceneP testScene;
 
        Mf::Scalar state;
        Mf::Scalar prevstate;
This page took 0.017473 seconds and 4 git commands to generate.