OSDN Git Service

[Refactor] #37353 hex.cをrealm-hex.cに改名。
authorDeskull <deskull@users.sourceforge.jp>
Wed, 12 Sep 2018 11:24:08 +0000 (20:24 +0900)
committerDeskull <deskull@users.sourceforge.jp>
Wed, 12 Sep 2018 11:25:38 +0000 (20:25 +0900)
Rename hex.c to realm-hex.c.

Hengband_vcs2015/Hengband/Hengband.vcxproj
Hengband_vcs2015/Hengband/Hengband.vcxproj.filters
src/realm-hex.c [moved from src/hex.c with 100% similarity]

index 1916cc9..b2b15f1 100644 (file)
     <ClCompile Include="..\..\src\gameoption.c" />\r
     <ClCompile Include="..\..\src\generate.c" />\r
     <ClCompile Include="..\..\src\grid.c" />\r
-    <ClCompile Include="..\..\src\hex.c" />\r
     <ClCompile Include="..\..\src\hissatsu.c" />\r
     <ClCompile Include="..\..\src\inet.c" />\r
     <ClCompile Include="..\..\src\init1.c" />\r
     <ClCompile Include="..\..\src\object2.c" />\r
     <ClCompile Include="..\..\src\racial.c" />\r
     <ClCompile Include="..\..\src\readdib.c" />\r
+    <ClCompile Include="..\..\src\realm-hex.c" />\r
     <ClCompile Include="..\..\src\report.c" />\r
     <ClCompile Include="..\..\src\rooms-normal.c" />\r
     <ClCompile Include="..\..\src\rooms-pitnest.c" />\r
index 5e1d249..60e2fe5 100644 (file)
@@ -52,9 +52,6 @@
     <ClCompile Include="..\..\src\generate.c">\r
       <Filter>Source</Filter>\r
     </ClCompile>\r
-    <ClCompile Include="..\..\src\hex.c">\r
-      <Filter>Source</Filter>\r
-    </ClCompile>\r
     <ClCompile Include="..\..\src\grid.c">\r
       <Filter>Source</Filter>\r
     </ClCompile>\r
     <ClCompile Include="..\..\src\rooms-vault.c">\r
       <Filter>Source</Filter>\r
     </ClCompile>\r
+    <ClCompile Include="..\..\src\realm-hex.c">\r
+      <Filter>Source</Filter>\r
+    </ClCompile>\r
   </ItemGroup>\r
   <ItemGroup>\r
     <ClInclude Include="..\..\src\angband.h">\r
similarity index 100%
rename from src/hex.c
rename to src/realm-hex.c