X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=src%2Fsv-definition%2Fsv-lite-types.h;h=d15059ef927d14dc791ac99339c9e410d58b7420;hb=4c52796ea9be62e3ae97bc072654a040f22f52ab;hp=1339b6c4c0c72dc9b617df4dc85dc0cea3604248;hpb=ca6f963b2d15eaecf440d0b220e25b7b548c3781;p=hengbandforosx%2Fhengbandosx.git diff --git a/src/sv-definition/sv-lite-types.h b/src/sv-definition/sv-lite-types.h index 1339b6c4c..d15059ef9 100644 --- a/src/sv-definition/sv-lite-types.h +++ b/src/sv-definition/sv-lite-types.h @@ -1,7 +1,7 @@ #pragma once /* The sval codes for TV_LITE */ -typedef enum sv_lite_type { +enum sv_lite_type { SV_LITE_TORCH = 0, SV_LITE_LANTERN = 1, SV_LITE_FEANOR = 2, @@ -12,4 +12,4 @@ typedef enum sv_lite_type { SV_LITE_LORE = 7, SV_LITE_PALANTIR = 8, SV_LITE_FLY_STONE = 9, -} sv_lite_type; +};