OSDN Git Service

Merge branch 'master' of git.osdn.net:/gitroot/hengband/hengband
[hengbandforosx/hengbandosx.git] / src / store / home.h
1 #pragma once
2
3 #include "system/angband.h"
4
5 int home_carry(player_type *player_ptr, object_type *o_ptr);
6 bool combine_and_reorder_home(player_type *player_ptr, const int store_num);