]> git.localhorst.tv Git - l2e.git/blobdiff - src/common/Capsule.h
implemented capsule/class selection
[l2e.git] / src / common / Capsule.h
index c70d07fdf28cb41368160f3dfb314208dcf2e68a..f168506b21d59c5dfcd9870ff804b0832387c2e4 100644 (file)
@@ -40,6 +40,8 @@ public:
        const graphics::Sprite *AlignmentSprite() const { return alignmentSprite; }
 
        void UpgradeClass();
+       void NextClass();
+       void PreviousClass();
 
        Uint16 MaxHealth() const;