]> git.localhorst.tv Git - l2e.git/blobdiff - src/common/Ikari.h
new language, new compiler
[l2e.git] / src / common / Ikari.h
index 979015b636ed318d8c08666117aea888934765fd..c355fdba5cad90889dca400e95f337212db672a8 100644 (file)
@@ -1,10 +1,3 @@
-/*
- * Ikari.h
- *
- *  Created on: Aug 10, 2012
- *      Author: holy
- */
-
 #ifndef COMMON_IKARI_H_
 #define COMMON_IKARI_H_
 
@@ -15,6 +8,9 @@ namespace common {
 // TODO: looks like Ikari and Spell have _quite_ a lot in common…
 class Ikari {
 
+public:
+       static const int TYPE_ID = 302;
+
 public:
        Ikari();
 
@@ -50,4 +46,4 @@ private:
 
 }
 
-#endif /* COMMON_IKARI_H_ */
+#endif