OSDN Git Service

31277d143179b087302d5a10ac9b9dc79869e7e3
[hengbandforosx/hengbandosx.git] / src / pet / pet-fall-off.h
1 #pragma once
2
3 #include "system/angband.h"
4
5 typedef struct monap_type monap_type;
6 class PlayerType;
7 void check_fall_off_horse(PlayerType *player_ptr, monap_type *monap_ptr);
8 bool process_fall_off_horse(PlayerType *player_ptr, HIT_POINT dam, bool force);