]> git.localhorst.tv Git - l2e.git/blobdiff - src/graphics/Sprite.h
switched to static type IDs
[l2e.git] / src / graphics / Sprite.h
index c22965a26c5bad802305a89e730420b61cd80cd1..0d5a7513c83333b7cf02293d733f0a448b446df2 100644 (file)
@@ -16,6 +16,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)