summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/wiz-you.h
diff options
context:
space:
mode:
authorJohanna Ploog <j-p-e-g@users.sourceforge.net>2010-11-28 21:03:37 +0100
committerJohanna Ploog <j-p-e-g@users.sourceforge.net>2010-11-28 21:05:28 +0100
commitd984541dc54249264236b8333ab253af8cd508d8 (patch)
treee9761d605de158b900fb2e0932f1285f88e95cb8 /crawl-ref/source/wiz-you.h
parent0a5115a752abffc47b7e0f6195489e99a7f235af (diff)
downloadcrawl-ref-d984541dc54249264236b8333ab253af8cd508d8.tar.gz
crawl-ref-d984541dc54249264236b8333ab253af8cd508d8.zip
Allow wizmode-changing of skill levels from the skill tab region.
Diffstat (limited to 'crawl-ref/source/wiz-you.h')
-rw-r--r--crawl-ref/source/wiz-you.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/crawl-ref/source/wiz-you.h b/crawl-ref/source/wiz-you.h
index 95719fe7f6..c9c4fe4689 100644
--- a/crawl-ref/source/wiz-you.h
+++ b/crawl-ref/source/wiz-you.h
@@ -7,13 +7,15 @@
#ifndef WIZYOU_H
#define WIZYOU_H
+#include "enum.h"
+
void wizard_cast_spec_spell(void);
void wizard_cast_spec_spell_name(void);
void wizard_heal(bool super_heal);
void wizard_set_hunger_state();
void wizard_set_piety();
void wizard_exercise_skill(void);
-void wizard_set_skill_level(void);
+void wizard_set_skill_level(skill_type skill = SK_NONE);
void wizard_set_all_skills(void);
void wizard_change_species(void);
void wizard_set_xl();