OSDN Git Service

[Refactor] #2159 typedef struct宣言を全てstruct宣言に差し替えた
[hengbandforosx/hengbandosx.git] / src / spell / spells-object.cpp
index bc3316e..2d74feb 100644 (file)
 #include "util/bit-flags-calculator.h"
 #include "view/display-messages.h"
 
-typedef struct {
+struct amuse_type {
     ItemKindType tval;
     OBJECT_SUBTYPE_VALUE sval;
     PERCENTAGE prob;
     byte flag;
-} amuse_type;
+};
 
 /*!
  * @brief 装備強化処理の失敗率定数(千分率) /