OSDN Git Service

[Refactor] #1447 Replaced 'typedef struct dungeon_type dungeon_type;' to 'struct...
authorHourier <grapefox.whitelucifer.0408@gmail.com>
Sat, 4 Sep 2021 06:42:41 +0000 (15:42 +0900)
committerHourier <grapefox.whitelucifer.0408@gmail.com>
Sat, 4 Sep 2021 06:57:52 +0000 (15:57 +0900)
src/grid/feature-generator.h

index 52ff89d..d1d6292 100644 (file)
@@ -2,7 +2,7 @@
 
 #include "system/angband.h"
 
-typedef struct dungeon_type dungeon_type;
+struct dungeon_type;
 struct dun_data_type;
 typedef struct dt_type dt_type;
 struct player_type;