X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fcommon%2FTargetingMode.h;fp=src%2Fcommon%2FTargetingMode.h;h=08829deeb30aab092b8ed10da88307179d729d98;hb=ac3755adc509404528ef7de58695bf8e3bfb7dcd;hp=90414485599168a349a1cf4572b4e1506f539621;hpb=f821f7bf3d3faa6aa27eec278350b861badfa03d;p=l2e.git diff --git a/src/common/TargetingMode.h b/src/common/TargetingMode.h index 9041448..08829de 100644 --- a/src/common/TargetingMode.h +++ b/src/common/TargetingMode.h @@ -37,6 +37,8 @@ public: void TargetMultipleAllies() { mode = ALLY | MULTIPLE; } void TargetSingleAlly() { mode = ALLY | SINGLE; } + static void CreateTypeDescription(); + private: enum { ALL = 0,