OSDN Git Service

[Refactor] player_type から total_weight を削除し calc_inventory_weight() を反映. / Remove...
[hengband/hengband.git] / src / room / space-finder.h
1 #pragma once
2
3 #include "system/angband.h"
4
5 typedef struct dun_data_type dun_data_type;
6 bool find_space(player_type *player_ptr, dun_data_type *dd_ptr, POSITION *y, POSITION *x, POSITION height, POSITION width);