OSDN Git Service

[Refactor] #40533 Moved arena_type from cmd-building.h to building-type-definition.h
[hengband/hengband.git] / src / cmd-building / cmd-building.h
index 4414d83..48b4d63 100644 (file)
@@ -21,14 +21,4 @@ extern int battle_odds;
 extern PRICE kakekin;
 extern int sel_monster;
 
-/*!
- * @struct arena_type
- * @brief 闘技場のモンスターエントリー構造体 / A structure type for on_defeat_arena_monster entry
- */
-typedef struct arena_type {
-       MONRACE_IDX r_idx; /*!< 闘技場のモンスター種族ID(0ならば表彰式) / Monster (0 means victory prizing) */
-       tval_type tval;  /*!< モンスター打倒後に得られるアイテムの大カテゴリID / tval of prize (0 means no prize) */
-       OBJECT_SUBTYPE_VALUE sval;  /*!< モンスター打倒後に得られるアイテムの小カテゴリID / sval of prize */
-} arena_type;
-
 void do_cmd_building(player_type *player_ptr);