OSDN Git Service

[WIP] [Refactor] #40414 Moved spells-hex.c/h from spell/ to spell-realm/
authorHourier <hourier@users.sourceforge.jp>
Fri, 5 Jun 2020 13:22:22 +0000 (22:22 +0900)
committerHourier <hourier@users.sourceforge.jp>
Fri, 5 Jun 2020 13:22:22 +0000 (22:22 +0900)
Hengband/Hengband/Hengband.vcxproj
Hengband/Hengband/Hengband.vcxproj.filters
src/spell-realm/spells-hex.c [moved from src/spell/spells-hex.c with 100% similarity]
src/spell-realm/spells-hex.h [moved from src/spell/spells-hex.h with 100% similarity]

index 878e208..f749393 100644 (file)
     <ClCompile Include="..\..\src\spell\spells-describer.c" />\r
     <ClCompile Include="..\..\src\spell-kind\spells-detection.c" />\r
     <ClCompile Include="..\..\src\spell-kind\spells-genocide.c" />\r
-    <ClCompile Include="..\..\src\spell\spells-hex.c" />\r
+    <ClCompile Include="..\..\src\spell-realm\spells-hex.c" />\r
     <ClCompile Include="..\..\src\spell-kind\spells-launcher.c" />\r
     <ClCompile Include="..\..\src\spell-kind\spells-lite.c" />\r
     <ClCompile Include="..\..\src\spell-kind\spells-neighbor.c" />\r
     <ClInclude Include="..\..\src\spell-kind\spells-shuffle.h" />\r
     <ClInclude Include="..\..\src\spell\spells-describer.h" />\r
     <ClInclude Include="..\..\src\spell-kind\spells-genocide.h" />\r
-    <ClInclude Include="..\..\src\spell\spells-hex.h" />\r
+    <ClInclude Include="..\..\src\spell-realm\spells-hex.h" />\r
     <ClInclude Include="..\..\src\spell-kind\spells-launcher.h" />\r
     <ClInclude Include="..\..\src\spell-kind\spells-lite.h" />\r
     <ClInclude Include="..\..\src\spell-kind\spells-neighbor.h" />\r
index d192d82..d306a88 100644 (file)
     <ClCompile Include="..\..\src\spell\range-calc.c">
       <Filter>spell</Filter>
     </ClCompile>
-    <ClCompile Include="..\..\src\spell\spells-hex.c">
-      <Filter>spell</Filter>
-    </ClCompile>
     <ClCompile Include="..\..\src\specific-object\bow.c">
       <Filter>specific-object</Filter>
     </ClCompile>
     <ClCompile Include="..\..\src\spell-realm\spells-crusade.c">
       <Filter>spell-realm</Filter>
     </ClCompile>
+    <ClCompile Include="..\..\src\spell-realm\spells-hex.c">
+      <Filter>spell-realm</Filter>
+    </ClCompile>
   </ItemGroup>
   <ItemGroup>
     <ClInclude Include="..\..\src\cmd\cmd-basic.h">
     <ClInclude Include="..\..\src\spell\range-calc.h">
       <Filter>spell</Filter>
     </ClInclude>
-    <ClInclude Include="..\..\src\spell\spells-hex.h">
-      <Filter>spell</Filter>
-    </ClInclude>
     <ClInclude Include="..\..\src\realm\realm-hex-numbers.h">
       <Filter>realm</Filter>
     </ClInclude>
     <ClInclude Include="..\..\src\spell-realm\spells-crusade.h">
       <Filter>spell-realm</Filter>
     </ClInclude>
+    <ClInclude Include="..\..\src\spell-realm\spells-hex.h">
+      <Filter>spell-realm</Filter>
+    </ClInclude>
   </ItemGroup>
   <ItemGroup>
     <None Include="..\..\src\wall.bmp" />