OSDN Git Service

[Refactor] mspell-particularity.cpp/h を mspell-attack 内へ移動
[hengbandforosx/hengbandosx.git] / src / save / item-writer.h
1 #pragma once
2
3 #include "system/angband.h"
4
5 class ObjectType;
6 void wr_item(ObjectType *o_ptr);
7 void wr_perception(KIND_OBJECT_IDX k_idx);