X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fgraphics%2FSprite.h;h=257d2dfd6007fba92d2eacd3f2354da2e61ce9d4;hb=46d158b25b842d2ec4b9734af09ca6006c934498;hp=2af95f858d12ac104814fa73ec201e42c39d9c53;hpb=d5959073b2c413ba1bd6f3d14bc8bcf59304e488;p=l2e.git diff --git a/src/graphics/Sprite.h b/src/graphics/Sprite.h index 2af95f8..257d2df 100644 --- a/src/graphics/Sprite.h +++ b/src/graphics/Sprite.h @@ -43,6 +43,8 @@ public: void SetSize(const geometry::Vector &s) { size = s; } void SetOffset(const geometry::Vector &o) { offset = o; } + static void CreateTypeDescription(); + private: SDL_Surface *surface; geometry::Vector size;