X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fgraphics%2FFrame.h;h=c6fb6027cb413172fee6e5c66036885b5ea30099;hb=b02da898c7c8a08141df4e797774a61cf5e0163f;hp=75bd6056c4204b761f2bf1472629497f76c1212d;hpb=be7b4addf295d6193ba2527cdd17cdb524339aed;p=l2e.git diff --git a/src/graphics/Frame.h b/src/graphics/Frame.h index 75bd605..c6fb602 100644 --- a/src/graphics/Frame.h +++ b/src/graphics/Frame.h @@ -38,6 +38,7 @@ public: void SetOffset(const geometry::Vector &o) { offset = o; } static void CreateTypeDescription(); + static void Construct(void *); private: SDL_Surface *surface;