OSDN Git Service

Merge pull request #3532 from sikabane-works/release/3.0.0.87-alpha
[hengbandforosx/hengbandosx.git] / src / object-activation / activation-switcher.h
1 #pragma once
2
3 #include "system/angband.h"
4
5 struct activation_type;
6 class ItemEntity;
7 class PlayerType;
8 bool switch_activation(PlayerType *player_ptr, ItemEntity **o_ptr_ptr, const activation_type *const act_ptr, concptr name);