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