diff options
author | Philipp Sehmisch <tmw@crushnet.org> | 2008-02-22 15:58:41 +0000 |
---|---|---|
committer | Philipp Sehmisch <tmw@crushnet.org> | 2008-02-22 15:58:41 +0000 |
commit | 49eb5c5779885e6b7580c0e8459609fb228c3ec8 (patch) | |
tree | 7ceef20e0f4e5d6797a15d4f9437ae6acec85ade /src/localplayer.h | |
parent | 3f0b0c1216f5e7a8947ff84f028c5c68e872636d (diff) | |
download | mana-49eb5c5779885e6b7580c0e8459609fb228c3ec8.tar.gz mana-49eb5c5779885e6b7580c0e8459609fb228c3ec8.tar.bz2 mana-49eb5c5779885e6b7580c0e8459609fb228c3ec8.tar.xz mana-49eb5c5779885e6b7580c0e8459609fb228c3ec8.zip |
Implemented skill name display in skill dialog and xp messages (based on a patch by rodge)
Diffstat (limited to 'src/localplayer.h')
-rw-r--r-- | src/localplayer.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/localplayer.h b/src/localplayer.h index 548325dc..fc528171 100644 --- a/src/localplayer.h +++ b/src/localplayer.h @@ -323,6 +323,8 @@ class LocalPlayer : public Player void setExperience(int skill, int current, int next); + static const std::string& getSkillName(int skill); + std::pair<int, int> getExperience(int skill); float mLastAttackTime; /**< Used to synchronize the charge dialog */ |