]> git.localhorst.tv Git - l2e.git/blobdiff - src/map/Map.h
removed stupid file headers that eclipse put in
[l2e.git] / src / map / Map.h
index b751d5ece04f97b33a431b6f8df78e8024ba24e7..06caadf231661b3727864ea55e8954f42ad5a9cb 100644 (file)
@@ -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() { }