]> git.localhorst.tv Git - l2e.git/blobdiff - src/map/Tile.h
added capsule feed menu dummy
[l2e.git] / src / map / Tile.h
index 6706b01a42a53741af395591b46cc47df3af2a62..84c740a61c8d527d5393de753773315903362803 100644 (file)
@@ -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() { }