OSDN Git Service

[feature] ソースファイルをC++に対応
[hengbandforosx/hengbandosx.git] / src / target / target-setter.h
index 87bffdc..cf97b40 100644 (file)
@@ -2,5 +2,5 @@
 
 #include "system/angband.h"
 
-typedef enum target_type target_type;
+enum target_type : uint8_t;
 bool target_set(player_type *creature_ptr, target_type mode);