OSDN Git Service

[Refactor] 不要なmonsterrace_hook_typeへのキャストを削除
[hengbandforosx/hengbandosx.git] / src / save / item-writer.h
1 #pragma once
2
3 class ItemEntity;
4 void wr_item(ItemEntity *o_ptr);
5 void wr_perception(short bi_id);