]> git.localhorst.tv Git - l2e.git/blobdiff - src/graphics/Frame.h
added type description of Frame
[l2e.git] / src / graphics / Frame.h
index 59aa1fb0c74486b99c05be713030cd5a9d7a9650..75bd6056c4204b761f2bf1472629497f76c1212d 100644 (file)
@@ -37,6 +37,8 @@ public:
        void SetRepeatSize(const geometry::Vector<int> &s) { repeatSize = s; }
        void SetOffset(const geometry::Vector<int> &o) { offset = o; }
 
+       static void CreateTypeDescription();
+
 private:
        SDL_Surface *surface;
        geometry::Vector<int> borderSize;