]> git.localhorst.tv Git - l2e.git/blobdiff - src/graphics/Frame.h
removed debug output from main
[l2e.git] / src / graphics / Frame.h
index 59aa1fb0c74486b99c05be713030cd5a9d7a9650..c6fb6027cb413172fee6e5c66036885b5ea30099 100644 (file)
@@ -37,6 +37,9 @@ public:
        void SetRepeatSize(const geometry::Vector<int> &s) { repeatSize = s; }
        void SetOffset(const geometry::Vector<int> &o) { offset = o; }
 
+       static void CreateTypeDescription();
+       static void Construct(void *);
+
 private:
        SDL_Surface *surface;
        geometry::Vector<int> borderSize;