summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/wiz-you.h
diff options
context:
space:
mode:
authorreaverb <reaverb.Crawl@gmail.com>2014-05-24 01:35:42 -0400
committerreaverb <reaverb.Crawl@gmail.com>2014-05-24 02:06:53 -0400
commit2d06bffd5ab5043f7c4cfe67328844405078ee07 (patch)
treee8dde0ac9aaf3e002adb5255902957c191a30196 /crawl-ref/source/wiz-you.h
parentf638c35fa00d49858e26e5c095e56f24705d8408 (diff)
downloadcrawl-ref-2d06bffd5ab5043f7c4cfe67328844405078ee07.tar.gz
crawl-ref-2d06bffd5ab5043f7c4cfe67328844405078ee07.zip
Chance function(void) to function()
Diffstat (limited to 'crawl-ref/source/wiz-you.h')
-rw-r--r--crawl-ref/source/wiz-you.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/crawl-ref/source/wiz-you.h b/crawl-ref/source/wiz-you.h
index ad1e64ebc8..c14bff2b0b 100644
--- a/crawl-ref/source/wiz-you.h
+++ b/crawl-ref/source/wiz-you.h
@@ -8,21 +8,21 @@
#include "enum.h"
-void wizard_cast_spec_spell(void);
-void wizard_memorise_spec_spell(void);
+void wizard_cast_spec_spell();
+void wizard_memorise_spec_spell();
void wizard_heal(bool super_heal);
void wizard_set_hunger_state();
void wizard_set_piety();
-void wizard_exercise_skill(void);
-void wizard_set_abyss(void);
+void wizard_exercise_skill();
+void wizard_set_abyss();
void wizard_set_skill_level(skill_type skill = SK_NONE);
-void wizard_set_all_skills(void);
-void wizard_change_species(void);
+void wizard_set_all_skills();
+void wizard_change_species();
void wizard_set_xl();
void set_xl(const int newxl, const bool train);
bool wizard_add_mutation();
-void wizard_set_stats(void);
-void wizard_edit_durations(void);
+void wizard_set_stats();
+void wizard_edit_durations();
void wizard_list_props();
void wizard_get_god_gift();
void wizard_toggle_xray_vision();