X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fgraphics%2FFrame.h;h=c6fb6027cb413172fee6e5c66036885b5ea30099;hb=9f352d64f920f46a2d5b4fe67408154629933293;hp=59aa1fb0c74486b99c05be713030cd5a9d7a9650;hpb=4bc4ae3e73ea6c7cc43464470204801e7721a2e8;p=l2e.git diff --git a/src/graphics/Frame.h b/src/graphics/Frame.h index 59aa1fb..c6fb602 100644 --- a/src/graphics/Frame.h +++ b/src/graphics/Frame.h @@ -37,6 +37,9 @@ public: void SetRepeatSize(const geometry::Vector &s) { repeatSize = s; } void SetOffset(const geometry::Vector &o) { offset = o; } + static void CreateTypeDescription(); + static void Construct(void *); + private: SDL_Surface *surface; geometry::Vector borderSize;