OSDN Git Service

Merge pull request #1186 from dis-/feature/Fix-calc_num_fire
[hengbandforosx/hengbandosx.git] / src / core / magic-effects-timeout-reducer.h
1 #pragma once
2
3 typedef struct player_type player_type;
4 void reduce_magic_effects_timeout(player_type *creature_ptr);