OSDN Git Service

c69f57dcd7c180a8b6f322e485e1ca8001c8e45c
[hengbandforosx/hengbandosx.git] / src / object-use / read-execution.h
1 #pragma once
2
3 #include "system/angband.h"
4
5 struct player_type;
6 void exe_read(player_type *player_ptr, INVENTORY_IDX item, bool known);