OSDN Git Service

Merge pull request #1416 from Hourier/feature/Remove-Unused-Preprocessor
[hengbandforosx/hengbandosx.git] / src / hpmp / hp-mp-processor.h
1 #pragma once
2
3 struct player_type;
4 void process_player_hp_mp(player_type *creature_ptr);
5 bool hp_player(player_type *creature_ptr, int num);