]> Dogcows Code - chaz/yoink/blobdiff - src/YoinkApp.hh
minor cleanups
[chaz/yoink] / src / YoinkApp.hh
index ad8d694e62619aee1c947e50f901e864310db95d..b24eff770d2ffc0c768f8509ba2216958a1c16d8 100644 (file)
 #include <Moof/Interpolator.hh>
 #include <Moof/Math.hh>
 #include <Moof/Scene.hh>
-
-#include "Character.hh"
-#include "TilemapFont.hh"
-
 #include <Moof/Sound.hh>
 
+#include "Character.hh"
 #include "Hud.hh"
 
 
@@ -73,10 +70,9 @@ private:
 
        CharacterP heroine;
        Mf::Sound punchSound;
-       TilemapFont *font;
 
-       Mf::Cerps interp;
-       Mf::Lerps fadeIn;
+       Mf::PolynomialInterpolator<5> interp;
+       Mf::Lerp fadeIn;
 
        Mf::Camera camera;
        Mf::SceneP testScene;
This page took 0.01787 seconds and 4 git commands to generate.