]> Dogcows Code - chaz/yoink/blobdiff - src/Animation.hh
remove some unused stlplus modules
[chaz/yoink] / src / Animation.hh
index 97e916d8b5f3a77ae502cd50c878b79733020355..c8cdca8ed752c4b3addfdc4ee0ccd61906cabc19 100644 (file)
@@ -1,13 +1,11 @@
 
 
-/*]  Copyright (c) 2009-2010, Charles McGarvey  [**************************
+/*]  Copyright (c) 2009-2011, Charles McGarvey  [*****************************
 **]  All rights reserved.
 *
 **]  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.
 *
 * Distributable under the terms and conditions of the 2-clause BSD license;
 * see the file COPYING for a complete text of the license.
 *
-**************************************************************************/
+*****************************************************************************/
 
 #ifndef _ANIMATION_HH_
 #define _ANIMATION_HH_
 
 #ifndef _ANIMATION_HH_
 #define _ANIMATION_HH_
@@ -34,7 +32,6 @@ typedef boost::shared_ptr<Animation> AnimationP;
  * is determined.  This class is generic enough that a frame can mean just
  * about anything to whatever drawing context is used to render the frame.
  */
  * is determined.  This class is generic enough that a frame can mean just
  * about anything to whatever drawing context is used to render the frame.
  */
-
 class Animation
 {
 public:
 class Animation
 {
 public:
@@ -46,13 +43,11 @@ public:
                return AnimationP(new Animation(name));
        }
 
                return AnimationP(new Animation(name));
        }
 
-
        void startSequence(const std::string& name);
 
        void update(moof::scalar t, moof::scalar dt);
        unsigned getFrame() const;
 
        void startSequence(const std::string& name);
 
        void update(moof::scalar t, moof::scalar dt);
        unsigned getFrame() const;
 
-
 private:
 
        class impl;
 private:
 
        class impl;
This page took 0.020519 seconds and 4 git commands to generate.