]> Dogcows Code - chaz/yoink/blobdiff - src/Character.hh
fixed documentation about where to find licenses
[chaz/yoink] / src / Character.hh
index 651cc885c4f239f10a6779c94481e1060d5b335a..bb2d5e6dd69f9efeb920408401df4daa1ccab14a 100644 (file)
@@ -1,13 +1,11 @@
 
-/*]  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 _CHARACTER_HH_
 #define _CHARACTER_HH_
@@ -21,7 +19,7 @@
 #include <moof/math.hh>
 #include <moof/rigid_body.hh>
 #include <moof/sphere.hh>
-#include <moof/texture.hh>
+#include <moof/sprite.hh>
 
 #include "Animation.hh"
 
 class Character;
 typedef boost::shared_ptr<Character> CharacterP;
 
-
 /**
  * Parent class of animate objects with "personalities."  This basically
  * includes the heroine herself and the bad guys.
  */
-
 class Character : public moof::rigid_body2
 {
 public:
@@ -51,7 +47,7 @@ public:
 
        //virtual int getOctant(const moof::Aabb<3>& aabb) const;
 
-       moof::texture   tilemap;
+       moof::sprite    tilemap;
        Animation       animation;
 };
 
This page took 0.018141 seconds and 4 git commands to generate.