X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fgraphics%2FSimpleAnimation.h;h=8374f0825363d3b80b05fe222cdfbd4db36ff61c;hb=be7ebd20e65d42e96c43a81f73039beded2c05e7;hp=003a03120c5b451908e3f72443e55251d2c15cb1;hpb=d5959073b2c413ba1bd6f3d14bc8bcf59304e488;p=l2e.git diff --git a/src/graphics/SimpleAnimation.h b/src/graphics/SimpleAnimation.h index 003a031..8374f08 100644 --- a/src/graphics/SimpleAnimation.h +++ b/src/graphics/SimpleAnimation.h @@ -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; }