OSDN Git Service

[Refactor] #40624 Moved set_monster_*() from monster-status.c/h to monster-status...
[hengband/hengband.git] / src / cmd-action / cmd-others.h
1 #pragma once
2
3 #include "system/angband.h"
4
5 void do_cmd_search(player_type *creature_ptr);
6 void do_cmd_alter(player_type *creature_ptr);
7 void do_cmd_suicide(player_type *creature_ptr);