X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fmap%2FTile.h;h=84c740a61c8d527d5393de753773315903362803;hb=ef2496b3cb7ce66b7f831278be66261834b732e5;hp=6706b01a42a53741af395591b46cc47df3af2a62;hpb=7c43158af1abf38fa896a442cb3c6d8a5bc630e7;p=l2e.git diff --git a/src/map/Tile.h b/src/map/Tile.h index 6706b01..84c740a 100644 --- a/src/map/Tile.h +++ b/src/map/Tile.h @@ -1,10 +1,3 @@ -/* - * Tile.h - * - * Created on: Sep 29, 2012 - * Author: holy - */ - #ifndef MAP_TILE_H_ #define MAP_TILE_H_ @@ -16,6 +9,9 @@ namespace map { class Tile { +public: + static const int TYPE_ID = 603; + public: Tile(); ~Tile() { }