OSDN Git Service

Merge branch 'unix-debug-save-purge' into feature/Debug-save-for-non-Windows
[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);