OSDN Git Service

[Fix] デバグコマンドの数字の入力に関する修正 / [Feature] 領域変更の追加
[hengbandforosx/hengbandosx.git] / src / wizard / wizard-special-process.h
index 07c9a64..5b26d0e 100644 (file)
@@ -5,12 +5,14 @@
 void wiz_cure_all(player_type *creature_ptr);
 KIND_OBJECT_IDX wiz_create_itemtype(void);
 void wiz_create_item(player_type *caster_ptr);
-void wiz_create_named_art(player_type *caster_ptr);
+void wiz_create_named_art(player_type *caster_ptr, ARTIFACT_IDX a_idx);
 void wiz_change_status(player_type *creature_ptr);
 void wiz_create_feature(player_type *creature_ptr);
 void wiz_jump_to_dungeon(player_type *creature_ptr);
 void wiz_learn_items_all(player_type *caster_ptr);
+void wiz_reset_race(player_type *creature_ptr);
 void wiz_reset_class(player_type *creature_ptr);
+void wiz_reset_realms(player_type *creature_ptr);
 void wiz_dump_options(void);
 void set_gametime(void);
 void wiz_zap_surrounding_monsters(player_type *caster_ptr);