OSDN Git Service

[Refactor] #40512 Renamed monster-spoiler.c/h to monster-info-spoiler.c/h
authorHourier <hourier@users.sourceforge.jp>
Sun, 2 Aug 2020 09:58:16 +0000 (18:58 +0900)
committerHourier <hourier@users.sourceforge.jp>
Sun, 2 Aug 2020 09:58:16 +0000 (18:58 +0900)
Hengband/Hengband/Hengband.vcxproj
Hengband/Hengband/Hengband.vcxproj.filters
src/Makefile.am
src/wizard/monster-info-spoiler.c [moved from src/wizard/monster-spoiler.c with 99% similarity]
src/wizard/monster-info-spoiler.h [moved from src/wizard/monster-spoiler.h with 100% similarity]
src/wizard/wizard-spoiler.c

index ba8d40d..5412f83 100644 (file)
     <ClCompile Include="..\..\src\wizard\cmd-wizard.c" />\r
     <ClCompile Include="..\..\src\wizard\fixed-artifact-spoiler.c" />\r
     <ClCompile Include="..\..\src\wizard\items-spoiler.c" />\r
-    <ClCompile Include="..\..\src\wizard\monster-spoiler.c" />\r
+    <ClCompile Include="..\..\src\wizard\monster-info-spoiler.c" />\r
     <ClCompile Include="..\..\src\wizard\spoiler-table.c" />\r
     <ClCompile Include="..\..\src\wizard\spoiler-util.c" />\r
     <ClCompile Include="..\..\src\wizard\tval-descriptions-table.c" />\r
     <ClInclude Include="..\..\src\wizard\cmd-wizard.h" />\r
     <ClInclude Include="..\..\src\wizard\fixed-artifact-spoiler.h" />\r
     <ClInclude Include="..\..\src\wizard\items-spoiler.h" />\r
-    <ClInclude Include="..\..\src\wizard\monster-spoiler.h" />\r
+    <ClInclude Include="..\..\src\wizard\monster-info-spoiler.h" />\r
     <ClInclude Include="..\..\src\wizard\spoiler-table.h" />\r
     <ClInclude Include="..\..\src\wizard\spoiler-util.h" />\r
     <ClInclude Include="..\..\src\wizard\wizard-item-modifier.h" />\r
index 33c877a..06df757 100644 (file)
     <ClCompile Include="..\..\src\wizard\fixed-artifact-spoiler.c">
       <Filter>wizard</Filter>
     </ClCompile>
-    <ClCompile Include="..\..\src\wizard\monster-spoiler.c">
+    <ClCompile Include="..\..\src\wizard\monster-info-spoiler.c">
       <Filter>wizard</Filter>
     </ClCompile>
   </ItemGroup>
     <ClInclude Include="..\..\src\wizard\fixed-artifact-spoiler.h">
       <Filter>wizard</Filter>
     </ClInclude>
-    <ClInclude Include="..\..\src\wizard\monster-spoiler.h">
+    <ClInclude Include="..\..\src\wizard\monster-info-spoiler.h">
       <Filter>wizard</Filter>
     </ClInclude>
   </ItemGroup>
index 3850a6d..c92a23e 100644 (file)
@@ -802,7 +802,7 @@ hengband_SOURCES = \
        wizard/cmd-wizard.c wizard/cmd-wizard.h \
        wizard/fixed-artifact-spoiler.c wizard/fixed-artifact-spoiler.h \
        wizard/items-spoiler.c wizard/items-spoiler.h \
-       wizard/monster-spoiler.c wizard/monster-spoiler.h \
+       wizard/monster-info-spoiler.c wizard/monster-info-spoiler.h \
        wizard/spoiler-table.c wizard/spoiler-table.h \
        wizard/spoiler-util.c wizard/spoiler-util.h \
        wizard/tval-descriptions-table.c wizard/tval-descriptions-table.h \
similarity index 99%
rename from src/wizard/monster-spoiler.c
rename to src/wizard/monster-info-spoiler.c
index 11cb5ee..239f798 100644 (file)
@@ -1,4 +1,4 @@
-#include "wizard/monster-spoiler.h"
+#include "wizard/monster-info-spoiler.h"
 #include "io/files-util.h"
 #include "monster-race/monster-race.h"
 #include "monster-race/race-flags1.h"
index e3e9c40..195ad65 100644 (file)
@@ -48,7 +48,7 @@
 #include "wizard/artifact-analyzer.h"
 #include "wizard/fixed-artifact-spoiler.h"
 #include "wizard/items-spoiler.h"
-#include "wizard/monster-spoiler.h"
+#include "wizard/monster-info-spoiler.h"
 #include "wizard/spoiler-util.h"
 
 /*!