OSDN Git Service

Merge remote-tracking branch 'remotes/origin/feature/Relocate-score-server' into...
[hengband/hengband.git] / src / effect / effect-player-curse.h
1 #pragma once
2
3 #include "system/angband.h"
4 #include "effect/effect-player-util.h"
5
6 void effect_player_curse_1(player_type *target_ptr, effect_player_type *ep_ptr);
7 void effect_player_curse_2(player_type *target_ptr, effect_player_type *ep_ptr);
8 void effect_player_curse_3(player_type *target_ptr, effect_player_type *ep_ptr);
9 void effect_player_curse_4(player_type *target_ptr, effect_player_type *ep_ptr);