OSDN Git Service

Merge branch 'develop' into feature/Remove-Dependency-Player-Status
[hengbandforosx/hengbandosx.git] / src / wizard / artifact-analyzer.h
1 #pragma once
2
3 typedef struct object_type object_type;
4 typedef struct obj_desc_list obj_desc_list;
5 typedef struct player_type player_type;
6 void object_analyze(player_type *player_ptr, object_type *o_ptr, obj_desc_list *desc_ptr);
7 void random_artifact_analyze(player_type *player_ptr, object_type *o_ptr, obj_desc_list *desc_ptr);