X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fcommon%2FCapsule.h;h=f68ba5301a52ef2b4b7b4503c185996ac13c2f46;hb=5cbe0ba11d6fe180f49101547f05e7fe586d55c0;hp=f168506b21d59c5dfcd9870ff804b0832387c2e4;hpb=988ba6d1b4e18a4ae5d30a892224f76cee2355cc;p=l2e.git diff --git a/src/common/Capsule.h b/src/common/Capsule.h index f168506..f68ba53 100644 --- a/src/common/Capsule.h +++ b/src/common/Capsule.h @@ -42,6 +42,8 @@ public: void UpgradeClass(); void NextClass(); void PreviousClass(); + int ClassIndex() const { return curClass; } + void SetClass(int index); Uint16 MaxHealth() const;