OSDN Git Service

Changed to match the For2.2.2-Refactoring-Cocoa2 branch. Put se_maoudamashii_voice_m...
[hengbandforosx/hengbandosx.git] / src / cmd-pet.h
1 extern bool do_riding(bool force);
2 extern PERCENTAGE calculate_upkeep(void);
3 extern void do_cmd_pet_dismiss(void);
4 extern void do_cmd_pet(void);
5 extern bool player_can_ride_aux(grid_type *g_ptr, bool now_riding);
6 extern bool rakuba(HIT_POINT dam, bool force);
7
8