OSDN Git Service

[Refactor] #2124 Changed struct object_type to class ObjectType
[hengbandforosx/hengbandosx.git] / src / autopick / autopick-destroyer.h
1 #pragma once
2
3 class ObjectType;
4 class PlayerType;
5 void auto_destroy_item(PlayerType *player_ptr, ObjectType *o_ptr, int autopick_idx);