OSDN Git Service

Merge pull request #41491 (taotao/hengband/fix-impure_calc_num_blow into develop).
[hengband/hengband.git] / src / object-activation / activation-switcher.h
1 #pragma once
2
3 #include "system/angband.h"
4
5 typedef struct activation_type activation_type;
6 bool switch_activation(player_type *user_ptr, object_type *o_ptr, const activation_type *const act_ptr, concptr name);