]> Dogcows Code - chaz/yoink/blobdiff - src/Heroine.hh
the massive refactoring effort
[chaz/yoink] / src / Heroine.hh
index 8ed8f661118877703c3fe3846e52998773965157..6eb5a547eca85d8a803961ed23d4954abe23aedc 100644 (file)
@@ -14,7 +14,7 @@
 
 #include <boost/shared_ptr.hpp>
 
-#include <Moof/Event.hh>
+#include <moof/event.hh>
 
 #include "Character.hh"
 
@@ -38,8 +38,8 @@ public:
                return HeroineP(new Heroine);
        }
 
-       void update(Mf::Scalar t, Mf::Scalar dt);
-       bool handleEvent(const Mf::Event& event);
+       void update(moof::scalar t, moof::scalar dt);
+       bool handle_event(const moof::event& event);
 };
 
 
This page took 0.017561 seconds and 4 git commands to generate.