X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fcommon%2FSpell.h;fp=src%2Fcommon%2FSpell.h;h=e9befa900184ce499ba8135aea6a7e940a0a3bb6;hb=6a954cc1f6324d61282e21ec0d7dee6e6265f44f;hp=0f864b81bda0c3c8bd42373e24cf324e82c9a3b1;hpb=670dd3c61cba875345b6755d41f479cff8d964c4;p=l2e.git diff --git a/src/common/Spell.h b/src/common/Spell.h index 0f864b8..e9befa9 100644 --- a/src/common/Spell.h +++ b/src/common/Spell.h @@ -35,6 +35,8 @@ public: HeroGroup &UsableBy() { return usableBy; } const HeroGroup &UsableBy() const { return usableBy; } + static bool Less(const Spell *, const Spell *); + // temporary setters public: void SetName(const char *n) { name = n; }