X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fmap%2FArea.h;h=5ea35874c8a088d9d2aae81c101a34c363c91024;hb=cc3d698b8c1ad09d7a3f9e3f28bc84e0ac1735ea;hp=9da3083b3fb42f2a7db9f627327cbab9afdb66a4;hpb=fb9bd716a1740e41efbb08a3bfa42e441d64c693;p=l2e.git diff --git a/src/map/Area.h b/src/map/Area.h index 9da3083..5ea3587 100644 --- a/src/map/Area.h +++ b/src/map/Area.h @@ -1,10 +1,3 @@ -/* - * Area.h - * - * Created on: Sep 26, 2012 - * Author: holy - */ - #ifndef MAP_AREA_H_ #define MAP_AREA_H_ @@ -21,6 +14,9 @@ namespace map { /// Missing tiles in the last row are possible but don't fool yourself. class Area { +public: + static const int TYPE_ID = 601; + public: Area(); ~Area() { }