X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fgraphics%2FSimpleAnimation.h;fp=src%2Fgraphics%2FSimpleAnimation.h;h=8374f0825363d3b80b05fe222cdfbd4db36ff61c;hb=b02da898c7c8a08141df4e797774a61cf5e0163f;hp=81d62443f699fbc144de9c720722eb2cac7c4631;hpb=be7b4addf295d6193ba2527cdd17cdb524339aed;p=l2e.git diff --git a/src/graphics/SimpleAnimation.h b/src/graphics/SimpleAnimation.h index 81d6244..8374f08 100644 --- a/src/graphics/SimpleAnimation.h +++ b/src/graphics/SimpleAnimation.h @@ -27,6 +27,7 @@ public: void SetRow(int r) { row = r; } static void CreateTypeDescription(); + static void Construct(void *); protected: virtual int NumFrames() const { return numFrames; };