OSDN Git Service

[feature] ソースファイルをC++に対応
[hengbandforosx/hengbandosx.git] / src / mind / mind-mirror-master.h
index 6f5398e..440b076 100644 (file)
@@ -13,5 +13,5 @@ bool mirror_tunnel(player_type *caster_ptr);
 bool set_multishadow(player_type *creature_ptr, TIME_EFFECT v, bool do_dec);
 bool set_dustrobe(player_type *creature_ptr, TIME_EFFECT v, bool do_dec);
 
-typedef enum mind_mirror_master_type mind_mirror_master_type;
+enum mind_mirror_master_type : int;
 bool cast_mirror_spell(player_type *caster_ptr, mind_mirror_master_type spell);