From be871d682e8087ab38c5e9e054190daf6f81fff2 Mon Sep 17 00:00:00 2001 From: Matthew Cline Date: Fri, 6 Nov 2009 19:26:31 -0800 Subject: Split up debug.cc --- crawl-ref/source/wiz-you.h | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 crawl-ref/source/wiz-you.h (limited to 'crawl-ref/source/wiz-you.h') diff --git a/crawl-ref/source/wiz-you.h b/crawl-ref/source/wiz-you.h new file mode 100644 index 0000000000..57696c3049 --- /dev/null +++ b/crawl-ref/source/wiz-you.h @@ -0,0 +1,25 @@ +/* + * File: wiz-you.h + * Summary: Player related wizard functions. + * Written by: Linley Henzell and Jesse Jones + */ + +#ifndef WIZYOU_H +#define WIZYOU_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_gain_piety(); +void wizard_exercise_skill(void); +void wizard_set_skill_level(void); +void wizard_set_all_skills(void); +void wizard_change_species( void ); +void wizard_set_xl(); +bool wizard_add_mutation(); +void wizard_get_religion( void ); +void wizard_set_stats( void ); +void wizard_edit_durations( void ); + +#endif -- cgit v1.2.3-54-g00ecf