OSDN Git Service

Merge pull request #3532 from sikabane-works/release/3.0.0.87-alpha
[hengbandforosx/hengbandosx.git] / src / action / activation-execution.h
1 #pragma once
2 /*!
3  * @file activation-execution.h
4  * @brief アイテムの発動実行ヘッダ
5  */
6
7 #include "system/angband.h"
8
9 class PlayerType;
10 void exe_activate(PlayerType *player_ptr, INVENTORY_IDX item);