X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;ds=sidebyside;f=src%2FYoinkApp.hh;h=65e730bccbeca19729edd2ae8a3330b5b1086280;hb=fdfba4553433b9b2804c2772c7645211b828c2ea;hp=1613707730ea0d6a3efc7d499556d73d162e65a5;hpb=bfa6212d09d8735d8fd5e2638188e4a99f21ada4;p=chaz%2Fyoink diff --git a/src/YoinkApp.hh b/src/YoinkApp.hh index 1613707..65e730b 100644 --- a/src/YoinkApp.hh +++ b/src/YoinkApp.hh @@ -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;