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