]> Dogcows Code - chaz/yoink/blobdiff - src/Heroine.hh
remove some unused stlplus modules
[chaz/yoink] / src / Heroine.hh
index 8ed8f661118877703c3fe3846e52998773965157..4cbf8b1a4d9e1e449feedd541bf60dd52fe91e9c 100644 (file)
@@ -1,20 +1,18 @@
 
-/*]  Copyright (c) 2009-2010, Charles McGarvey  [**************************
+/*]  Copyright (c) 2009-2011, Charles McGarvey  [*****************************
 **]  All rights reserved.
 *
-* vi:ts=4 sw=4 tw=75
-*
 * Distributable under the terms and conditions of the 2-clause BSD license;
 * see the file COPYING for a complete text of the license.
 *
-**************************************************************************/
+*****************************************************************************/
 
 #ifndef _HEROINE_HH_
 #define _HEROINE_HH_
 
 #include <boost/shared_ptr.hpp>
 
-#include <Moof/Event.hh>
+#include <moof/event.hh>
 
 #include "Character.hh"
 
 class Heroine;
 typedef boost::shared_ptr<Heroine> HeroineP;
 
-
 /**
  * The protagonist.
  */
-
 class Heroine : public Character
 {
 public:
@@ -38,8 +34,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.01896 seconds and 4 git commands to generate.