X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fgraphics%2FSimpleAnimation.h;h=81d62443f699fbc144de9c720722eb2cac7c4631;hb=76ebf3fdefce0655ecd2404e735e8fd96347d934;hp=003a03120c5b451908e3f72443e55251d2c15cb1;hpb=bb7326004878abeadbe171db75d2caa0eae74431;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; }