]> git.localhorst.tv Git - l2e.git/blobdiff - src/common/TargetingMode.h
fixed some issues to get it to compile again
[l2e.git] / src / common / TargetingMode.h
index 90414485599168a349a1cf4572b4e1506f539621..08829deeb30aab092b8ed10da88307179d729d98 100644 (file)
@@ -37,6 +37,8 @@ public:
        void TargetMultipleAllies() { mode = ALLY | MULTIPLE; }
        void TargetSingleAlly() { mode = ALLY | SINGLE; }
 
+       static void CreateTypeDescription();
+
 private:
        enum {
                ALL = 0,