OSDN Git Service

[Fix] 属性への免疫を唱えた時のメッセージ
[hengbandforosx/hengbandosx.git] / src / sv-definition / sv-bow-types.h
index 283296e..7e8eadc 100644 (file)
@@ -1,8 +1,8 @@
-#pragma once
+#pragma once
 
 /* The "sval" codes for TV_BOW (note information in "sval") */
-typedef enum sv_bow_type {
-       SV_SLING = 2, /* (x2) */
+enum sv_bow_type {
+    SV_SLING = 2, /* (x2) */
     SV_SHORT_BOW = 12, /* (x2) */
     SV_LONG_BOW = 13, /* (x3) */
     SV_LIGHT_XBOW = 23, /* (x3) */
@@ -10,4 +10,4 @@ typedef enum sv_bow_type {
     SV_CRIMSON = 50, /* (x0) */
     SV_HARP = 51, /* (x0) */
     SV_NAMAKE_BOW = 63, /* (x3) */
-} sv_bow_type;
+};