]> git.localhorst.tv Git - l2e.git/blobdiff - src/common/Spell.h
implemented spell sorting
[l2e.git] / src / common / Spell.h
index 0f864b81bda0c3c8bd42373e24cf324e82c9a3b1..e9befa900184ce499ba8135aea6a7e940a0a3bb6 100644 (file)
@@ -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; }