]> Dogcows Code - chaz/yoink/blobdiff - src/YoinkApp.hh
more featureful sound class
[chaz/yoink] / src / YoinkApp.hh
index 66406d2d4447c0979ddb0ef94f1bced85da45569..ad8d694e62619aee1c947e50f901e864310db95d 100644 (file)
 #include "Character.hh"
 #include "TilemapFont.hh"
 
+#include <Moof/Sound.hh>
+
+#include "Hud.hh"
+
 
 class YoinkApp : public Mf::Engine
 {
@@ -63,21 +67,21 @@ 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);
 
-       Character* someChar;
+       Mf::Sound music;
+
+       CharacterP heroine;
+       Mf::Sound punchSound;
        TilemapFont *font;
 
-       Mf::Cerpv2 interp;
+       Mf::Cerps interp;
        Mf::Lerps fadeIn;
 
        Mf::Camera camera;
-       Mf::Scene* testScene;
-
-       Mf::Scalar x, y, z;
+       Mf::SceneP testScene;
 
-       Mf::Scalar state;
-       Mf::Scalar prevstate;
+       Hud hud;
 };
 
 
This page took 0.020857 seconds and 4 git commands to generate.