OSDN Git Service

Since struct dirent only holds the last element in the path, build the full path...
[hengband/hengband.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);