]> Dogcows Code - chaz/yoink/blobdiff - src/YoinkApp.hh
new timer class
[chaz/yoink] / src / YoinkApp.hh
index ad8d694e62619aee1c947e50f901e864310db95d..24865c93fa741089fdd4b5fefdae6b097f7dfe77 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,13 +70,16 @@ 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;
+       Mf::OctreeP octree;
+
+       void myFunc(Mf::Timer& timer, Mf::Scalar t);
+       Mf::Timer myTimer;
+       int myThread();
 
        Hud hud;
 };
This page took 0.019059 seconds and 4 git commands to generate.