]> git.localhorst.tv Git - l2e.git/blobdiff - src/common/TargetingMode.h
removed stupid file headers that eclipse put in
[l2e.git] / src / common / TargetingMode.h
index 83d1d831fb99a550dfb35c86de83fc2716c923c1..504e6ed4cbeaed3592749cbaebdbca4257c62474 100644 (file)
@@ -1,10 +1,3 @@
-/*
- * TargetingMode.h
- *
- *  Created on: Aug 10, 2012
- *      Author: holy
- */
-
 #ifndef COMMON_TARGETINGMODE_H_
 #define COMMON_TARGETINGMODE_H_
 
@@ -14,6 +7,9 @@ namespace common {
 
 class TargetingMode {
 
+public:
+       static const int TYPE_ID = 306;
+
 public:
        TargetingMode() : mode(0), ally(true) { }
 
@@ -31,6 +27,7 @@ public:
        void TargetEnemy() { ally = false; }
 
        static void CreateTypeDescription();
+       static void Construct(void *);
 
 private:
        enum {