X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fmap%2FTile.h;h=43f9dbb8e9b11a2939a7ea28d6ff32074d8aa5fd;hb=5ff22859ee5966297862d3384206fa2cf52da7ca;hp=6706b01a42a53741af395591b46cc47df3af2a62;hpb=7c43158af1abf38fa896a442cb3c6d8a5bc630e7;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() { }