fix vcxproj

This commit is contained in:
briaguya 2022-05-26 18:15:08 -04:00
commit 2fc4b54872

View file

@ -173,7 +173,6 @@
</Link> </Link>
</ItemDefinitionGroup> </ItemDefinitionGroup>
<ItemGroup> <ItemGroup>
<ClCompile Include="soh\Enhancements\randomizer.h" />
<ClCompile Include="soh\Enhancements\randomizer.cpp" /> <ClCompile Include="soh\Enhancements\randomizer.cpp" />
<ClCompile Include="soh\frame_interpolation.cpp" /> <ClCompile Include="soh\frame_interpolation.cpp" />
<ClCompile Include="soh\Enhancements\bootcommands.c" /> <ClCompile Include="soh\Enhancements\bootcommands.c" />
@ -881,6 +880,7 @@
<ClCompile Include="src\overlays\misc\ovl_map_mark_data\z_map_mark_data.c" /> <ClCompile Include="src\overlays\misc\ovl_map_mark_data\z_map_mark_data.c" />
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<ClCompile Include="soh\Enhancements\randomizer.h" />
<ClInclude Include="soh\frame_interpolation.h" /> <ClInclude Include="soh\frame_interpolation.h" />
<ClInclude Include="include\alloca.h" /> <ClInclude Include="include\alloca.h" />
<ClInclude Include="include\bgm.h" /> <ClInclude Include="include\bgm.h" />