OSDN Git Service

Merge branch 'release/3.0.0Alpha' into master
[hengband/hengband.git] / src / cmd-item / cmd-eat.h
1 #pragma once
2
3 #include "system/angband.h"
4
5 void do_cmd_eat_food(player_type *creature_ptr);
6 void exe_eat_food(player_type *creature_ptr, INVENTORY_IDX item);