OSDN Git Service

[Fix] #41266 名前の長いモンスターを検索するとソフトウェアがクラッシュする問題を解消した / Resolved the issue that software...
[hengband/hengband.git] / src / window / main-window-equipments.h
1 #pragma once
2
3 #include "object/tval-types.h"
4 #include "system/angband.h"
5
6 void display_inventory(player_type *creature_ptr, tval_type tval);