OSDN Git Service

C_KILLではVisualStudioで警告が出るため、C_FREEに変更
[hengband/hengband.git] / src / autopick / autopick-destroyer.h
1 #pragma once
2
3 #include "system/angband.h"
4
5 void auto_destroy_item(player_type *player_ptr, object_type *o_ptr, int autopick_idx);