OSDN Git Service

[Refactor] #37353 feat_prob 構造体と関連変数を feature.c/h へ移動.
[hengband/hengband.git] / src / types.h
index 2234209..569065b 100644 (file)
@@ -72,12 +72,3 @@ typedef bool (*monsterrace_hook_type)(MONRACE_IDX r_idx);
  * This seems like a pretty standard "typedef"
  */
 typedef int (*inven_func)(object_type *);
-
-
-typedef struct
-{
-       FEAT_IDX feat;    /* Feature tile */
-       PERCENTAGE percent; /* Chance of type */
-}
-feat_prob;
-