X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fgraphics%2FSimpleAnimation.h;h=8374f0825363d3b80b05fe222cdfbd4db36ff61c;hb=5ca18f73987fb3935ab34654cbbecf5eca4704cb;hp=81d62443f699fbc144de9c720722eb2cac7c4631;hpb=bcbb72013091db29a085d044f200c10d66b7c47a;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; };