]> git.localhorst.tv Git - l2e.git/blobdiff - src/graphics/SimpleAnimation.h
added type description of simple animation
[l2e.git] / src / graphics / SimpleAnimation.h
index 003a03120c5b451908e3f72443e55251d2c15cb1..81d62443f699fbc144de9c720722eb2cac7c4631 100644 (file)
@@ -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; }