OSDN Git Service

[Refactor] #40634 Separated activation-teleport.c/h from activation-others.c/h
[hengband/hengband.git] / src / object-activation / activation-others.h
1 #pragma once
2
3 #include "system/angband.h"
4
5 bool activate_sunlight(player_type *user_ptr);
6 bool activate_confusion(player_type *user_ptr);
7 bool activate_banish_evil(player_type *user_ptr);
8 bool activate_scare(player_type *user_ptr);
9 bool activate_aggravation(player_type *user_ptr, object_type *o_ptr, concptr name);
10 bool activate_stone_mud(player_type *user_ptr);
11 bool activate_judgement(player_type *user_ptr, concptr name);
12 bool activate_telekinesis(player_type *user_ptr, concptr name);
13 bool activate_unique_detection(player_type *user_ptr);
14 bool activate_dispel_curse(player_type *user_ptr, concptr name);
15 bool activate_cure_lw(player_type *user_ptr);
16 bool activate_grand_cross(player_type *user_ptr);