OSDN Git Service

Merge pull request #227 from iks3/artifact-from-xangband
[hengbandforosx/hengbandosx.git] / src / artifact / fixed-art-generator.h
1 #pragma once
2
3 #include "system/angband.h"
4
5 bool create_named_art(player_type *player_ptr, ARTIFACT_IDX a_idx, POSITION y, POSITION x);
6 bool make_artifact(player_type *player_ptr, object_type *o_ptr);
7 bool make_artifact_special(player_type *player_ptr, object_type *o_ptr);