]> Dogcows Code - chaz/yoink/blobdiff - src/Main.hh
further implementing runloop support
[chaz/yoink] / src / Main.hh
index 47163d11c5bd14232e2c3340e00a7d7c77bc4118..088bd3c1b67e393303165f1a774e6370e84d57be 100644 (file)
@@ -27,6 +27,8 @@
 #include <moof/math.hh>
 #include <moof/timer.hh>
 
+#include "yoink.hh"
+
 
 class Main : public moof::application
 {
@@ -55,6 +57,8 @@ private:
 
        moof::dispatcher::handle        video_reloaded_;
        moof::timer                                     hotload_timer_;
+
+       ::yoink yoink;
 };
 
 
This page took 0.022636 seconds and 4 git commands to generate.