OSDN Git Service

[fix] #41503 超能力者でゲームを開始しようとするとクラッシュ
[hengband/hengband.git] / src / artifact / random-art-generator.h
1 #pragma once
2
3 #include "system/angband.h"
4
5 bool become_random_artifact(player_type *player_ptr, object_type *o_ptr, bool a_scroll);