OSDN Git Service

To be more idiomatic, reword English message for genocide failing in an arena.
[hengbandforosx/hengbandosx.git] / src / spell-kind / spells-curse-removal.h
1 #pragma once
2
3 #include "system/angband.h"
4
5 int remove_curse(player_type *caster_ptr);
6 int remove_all_curse(player_type *caster_ptr);