OSDN Git Service

[feature] ソースファイルをC++に対応
[hengbandforosx/hengbandosx.git] / src / target / target-describer.h
index 0caa281..2420213 100644 (file)
@@ -4,5 +4,5 @@
 
 extern bool show_gold_on_floor;
 
-typedef enum target_type target_type;
+enum target_type : uint8_t;
 char examine_grid(player_type *subject_ptr, const POSITION y, const POSITION x, target_type mode, concptr info);