]> Dogcows Code - chaz/yoink/blobdiff - src/YoinkApp.hh
new timer class
[chaz/yoink] / src / YoinkApp.hh
index b24eff770d2ffc0c768f8509ba2216958a1c16d8..24865c93fa741089fdd4b5fefdae6b097f7dfe77 100644 (file)
@@ -75,7 +75,11 @@ private:
        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.018608 seconds and 4 git commands to generate.