X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fcommon%2FCapsule.h;h=f168506b21d59c5dfcd9870ff804b0832387c2e4;hb=988ba6d1b4e18a4ae5d30a892224f76cee2355cc;hp=c70d07fdf28cb41368160f3dfb314208dcf2e68a;hpb=6dff93b1a6e9b727dbe26747456f4b23efca86da;p=l2e.git diff --git a/src/common/Capsule.h b/src/common/Capsule.h index c70d07f..f168506 100644 --- a/src/common/Capsule.h +++ b/src/common/Capsule.h @@ -40,6 +40,8 @@ public: const graphics::Sprite *AlignmentSprite() const { return alignmentSprite; } void UpgradeClass(); + void NextClass(); + void PreviousClass(); Uint16 MaxHealth() const;