X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fmap%2FTile.h;fp=src%2Fmap%2FTile.h;h=43f9dbb8e9b11a2939a7ea28d6ff32074d8aa5fd;hb=1907ca03c5e865c4d398170042aa384c67ffff29;hp=6706b01a42a53741af395591b46cc47df3af2a62;hpb=fb9bd716a1740e41efbb08a3bfa42e441d64c693;p=l2e.git diff --git a/src/map/Tile.h b/src/map/Tile.h index 6706b01..43f9dbb 100644 --- a/src/map/Tile.h +++ b/src/map/Tile.h @@ -16,6 +16,9 @@ namespace map { class Tile { +public: + static const int TYPE_ID = 603; + public: Tile(); ~Tile() { }