OSDN Git Service

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