OSDN Git Service

Merge remote-tracking branch 'remotes/origin/feature/Fix-Sanity-Blast-by-AutoSave...
[hengband/hengband.git] / src / player / digestion-processor.h
1 #pragma once
2
3 #include "system/angband.h"
4
5 void starve_player(player_type* creature_ptr);
6 bool set_food(player_type *creature_ptr, TIME_EFFECT v);