]> git.localhorst.tv Git - l2e.git/blobdiff - src/map/Entity.h
removed stupid file headers that eclipse put in
[l2e.git] / src / map / Entity.h
index 8d5c6a5bbb2b8b1d825211e4328e0e9356ad9f6e..a6c4201763df75c161c3a88604398230efaf663a 100644 (file)
@@ -1,10 +1,3 @@
-/*
- * Entity.h
- *
- *  Created on: Sep 29, 2012
- *      Author: holy
- */
-
 #ifndef MAP_ENTITY_H_
 #define MAP_ENTITY_H_
 
@@ -23,6 +16,9 @@ namespace map {
 /// interact with the player.
 class Entity {
 
+public:
+       static const int TYPE_ID = 605;
+
 public:
        Entity();
        ~Entity() { }