summaryrefslogtreecommitdiff
path: root/src/localplayer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/localplayer.h')
-rw-r--r--src/localplayer.h2
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 */