X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fmap%2FEntity.h;h=a6c4201763df75c161c3a88604398230efaf663a;hb=cc3d698b8c1ad09d7a3f9e3f28bc84e0ac1735ea;hp=8d5c6a5bbb2b8b1d825211e4328e0e9356ad9f6e;hpb=fb9bd716a1740e41efbb08a3bfa42e441d64c693;p=l2e.git diff --git a/src/map/Entity.h b/src/map/Entity.h index 8d5c6a5..a6c4201 100644 --- a/src/map/Entity.h +++ b/src/map/Entity.h @@ -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() { }