]> Dogcows Code - chaz/yoink/blobdiff - src/Heroine.hh
preliminary cleanup of character class
[chaz/yoink] / src / Heroine.hh
index 9ee49d13deb603a22e90c46a55553078cd943431..2fb40c33a7cce2ba7ab642c190f8aa9b8f448191 100644 (file)
 
 #include <boost/shared_ptr.hpp>
 
-#include <Moof/Animation.hh>
-#include <Moof/Entity.hh>
 #include <Moof/Event.hh>
-#include <Moof/Math.hh>
-#include <Moof/Octree.hh>
-#include <Moof/RK4.hh>
-#include <Moof/Tilemap.hh>
 
 #include "Character.hh"
 
@@ -60,7 +54,7 @@ struct Heroine : public Character
                return HeroineP(new Heroine);
        }
 
-       void handleEvent(const Mf::Event& event);
+       bool handleEvent(const Mf::Event& event);
 };
 
 
This page took 0.020391 seconds and 4 git commands to generate.