OSDN Git Service

v3.0.0 Alpha5 OSDN最終版
[hengband/hengband.git] / src / object-activation / activation-charm.h
1 #pragma once
2
3 #include "system/angband.h"
4
5 bool activate_charm_animal(player_type *user_ptr);
6 bool activate_charm_undead(player_type *user_ptr);
7 bool activate_charm_other(player_type *user_ptr);
8 bool activate_charm_animals(player_type *user_ptr);
9 bool activate_charm_others(player_type *user_ptr);