X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fmap%2FMap.h;h=06caadf231661b3727864ea55e8954f42ad5a9cb;hb=7a14d357d9d05c2bac1efcdcf57365a4ce13729a;hp=b751d5ece04f97b33a431b6f8df78e8024ba24e7;hpb=fb9bd716a1740e41efbb08a3bfa42e441d64c693;p=l2e.git diff --git a/src/map/Map.h b/src/map/Map.h index b751d5e..06caadf 100644 --- a/src/map/Map.h +++ b/src/map/Map.h @@ -1,10 +1,3 @@ -/* - * Map.h - * - * Created on: Sep 29, 2012 - * Author: holy - */ - #ifndef MAP_MAP_H_ #define MAP_MAP_H_ @@ -28,6 +21,9 @@ namespace map { /// extending to the right and down respectively. class Map { +public: + static const int TYPE_ID = 602; + public: Map(); ~Map() { }