]> Dogcows Code - chaz/yoink/blobdiff - src/TitleLayer.hh
cade lab fixes
[chaz/yoink] / src / TitleLayer.hh
index 887398816f5f6fc5e5a9f5946b6809066fa1a93e..fe745ee7a4656a83542060db08767613d96ef11b 100644 (file)
@@ -48,7 +48,7 @@ public:
                return TitleLayerP(new TitleLayer);
        }
 
-       void pushed(Mf::Engine& engine);
+       void addedToCore();
 
        void update(Mf::Scalar t, Mf::Scalar dt);
        void draw(Mf::Scalar alpha) const;
@@ -57,8 +57,6 @@ public:
 private:
 
        Mf::Lerp                mFadeIn;
-       Mf::Engine*             mEngine;
-
        Mf::LayerP              mGameLayer;
 };
 
This page took 0.021581 seconds and 4 git commands to generate.