]> git.localhorst.tv Git - l2e.git/blobdiff - src/graphics/SimpleAnimation.h
changed how animation runners handle sprite overrides
[l2e.git] / src / graphics / SimpleAnimation.h
index 003a03120c5b451908e3f72443e55251d2c15cb1..8374f0825363d3b80b05fe222cdfbd4db36ff61c 100644 (file)
@@ -26,6 +26,9 @@ public:
        void SetCol(int c) { col = c; }
        void SetRow(int r) { row = r; }
 
+       static void CreateTypeDescription();
+       static void Construct(void *);
+
 protected:
        virtual int NumFrames() const { return numFrames; };
        virtual int Col(int frame) const { return col; }