X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fgraphics%2FSimpleAnimation.h;fp=src%2Fgraphics%2FSimpleAnimation.h;h=81d62443f699fbc144de9c720722eb2cac7c4631;hb=bcbb72013091db29a085d044f200c10d66b7c47a;hp=003a03120c5b451908e3f72443e55251d2c15cb1;hpb=d6d77b62f44e04f2bae82017961c5e4b9b1f31b5;p=l2e.git diff --git a/src/graphics/SimpleAnimation.h b/src/graphics/SimpleAnimation.h index 003a031..81d6244 100644 --- a/src/graphics/SimpleAnimation.h +++ b/src/graphics/SimpleAnimation.h @@ -26,6 +26,8 @@ public: void SetCol(int c) { col = c; } void SetRow(int r) { row = r; } + static void CreateTypeDescription(); + protected: virtual int NumFrames() const { return numFrames; }; virtual int Col(int frame) const { return col; }