X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fgraphics%2FSprite.h;h=6e248ff556f08f94279f01f124797f31f6e2655b;hb=cc3d698b8c1ad09d7a3f9e3f28bc84e0ac1735ea;hp=c22965a26c5bad802305a89e730420b61cd80cd1;hpb=b02da898c7c8a08141df4e797774a61cf5e0163f;p=l2e.git diff --git a/src/graphics/Sprite.h b/src/graphics/Sprite.h index c22965a..6e248ff 100644 --- a/src/graphics/Sprite.h +++ b/src/graphics/Sprite.h @@ -1,10 +1,3 @@ -/* - * Sprite.h - * - * Created on: Aug 5, 2012 - * Author: holy - */ - #ifndef GRAPHICS_SPRITE_H_ #define GRAPHICS_SPRITE_H_ @@ -16,6 +9,9 @@ namespace graphics { class Sprite { +public: + static const int TYPE_ID = 409; + public: Sprite() : surface(0), size(64, 64), offset() { } Sprite(SDL_Surface *s, int width, int height, int xOffset = 0, int yOffset = 0)