OSDN Git Service

[Refactor] #1447 Replaced 'typedef struct rc_type rc_type;' to 'struct rc_type;'
authorHourier <grapefox.whitelucifer.0408@gmail.com>
Sat, 4 Sep 2021 06:53:37 +0000 (15:53 +0900)
committerHourier <grapefox.whitelucifer.0408@gmail.com>
Sat, 4 Sep 2021 06:57:52 +0000 (15:57 +0900)
src/action/racial-execution.h

index 25fe265..faa1371 100644 (file)
@@ -12,7 +12,7 @@ enum racial_level_check_result {
        RACIAL_CANCEL = 0,
 };
 
-typedef struct rpi_type rpi_type;
+struct rpi_type;
 struct player_type;
 PERCENTAGE racial_chance(player_type *creature_ptr, rpi_type *rpi_ptr);
 racial_level_check_result check_racial_level(player_type *creature_ptr, rpi_type *rpi_ptr);