OSDN Git Service

Merge pull request #1186 from dis-/feature/Fix-calc_num_fire
[hengbandforosx/hengbandosx.git] / src / save / item-writer.h
1 #pragma once
2
3 #include "system/angband.h"
4
5 typedef struct object_type object_type;
6 void wr_item(object_type *o_ptr);
7 void wr_perception(KIND_OBJECT_IDX k_idx);