X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fgraphics%2FSimpleAnimation.h;h=49eff9a79bc5c5385cc8c2456fc912538c94691d;hb=0285546b22f9e8f496ca6b1abffdd232647b6b6a;hp=8374f0825363d3b80b05fe222cdfbd4db36ff61c;hpb=b02da898c7c8a08141df4e797774a61cf5e0163f;p=l2e.git diff --git a/src/graphics/SimpleAnimation.h b/src/graphics/SimpleAnimation.h index 8374f08..49eff9a 100644 --- a/src/graphics/SimpleAnimation.h +++ b/src/graphics/SimpleAnimation.h @@ -1,10 +1,3 @@ -/* - * SimpleAnimation.h - * - * Created on: Aug 11, 2012 - * Author: holy - */ - #ifndef GRAPHICS_SIMPLEANIMATION_H_ #define GRAPHICS_SIMPLEANIMATION_H_ @@ -15,6 +8,9 @@ namespace graphics { class SimpleAnimation : public Animation { +public: + static const int TYPE_ID = 408; + public: SimpleAnimation() : numFrames(0), col(0), row(0) { }