mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-19 13:00:11 -07:00
Renames the separated custom messages files to prevent conflict.
This commit is contained in:
parent
d9277530a2
commit
a81ecfcfcc
3 changed files with 3 additions and 1 deletions
|
@ -235,6 +235,7 @@
|
||||||
<ClCompile Include="soh\Enhancements\randomizer\3drando\trial.cpp" />
|
<ClCompile Include="soh\Enhancements\randomizer\3drando\trial.cpp" />
|
||||||
<ClCompile Include="soh\Enhancements\randomizer\3drando\utils.cpp" />
|
<ClCompile Include="soh\Enhancements\randomizer\3drando\utils.cpp" />
|
||||||
<ClCompile Include="soh\Enhancements\randomizer\randomizer.cpp" />
|
<ClCompile Include="soh\Enhancements\randomizer\randomizer.cpp" />
|
||||||
|
<ClCompile Include="soh\Enhancements\randomizer\randomizer_custom_messages.cpp" />
|
||||||
<ClCompile Include="soh\Enhancements\randomizer\randomizer_item_tracker.cpp" />
|
<ClCompile Include="soh\Enhancements\randomizer\randomizer_item_tracker.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" />
|
||||||
|
@ -983,6 +984,7 @@
|
||||||
<ClInclude Include="soh\Enhancements\randomizer\3drando\trial.hpp" />
|
<ClInclude Include="soh\Enhancements\randomizer\3drando\trial.hpp" />
|
||||||
<ClInclude Include="soh\Enhancements\randomizer\3drando\utils.hpp" />
|
<ClInclude Include="soh\Enhancements\randomizer\3drando\utils.hpp" />
|
||||||
<ClInclude Include="randomizerTypes.h" />
|
<ClInclude Include="randomizerTypes.h" />
|
||||||
|
<ClInclude Include="soh\Enhancements\randomizer\randomizer_custom_messages.h" />
|
||||||
<ClInclude Include="soh\Enhancements\randomizer\randomizer_item_tracker.h" />
|
<ClInclude Include="soh\Enhancements\randomizer\randomizer_item_tracker.h" />
|
||||||
<ClInclude Include="soh\frame_interpolation.h" />
|
<ClInclude Include="soh\frame_interpolation.h" />
|
||||||
<ClInclude Include="include\alloca.h" />
|
<ClInclude Include="include\alloca.h" />
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#include "custom_messages.h"
|
#include "randomizer_custom_messages.h"
|
||||||
#include <variables.h>
|
#include <variables.h>
|
||||||
|
|
||||||
using namespace std::literals::string_literals;
|
using namespace std::literals::string_literals;
|
Loading…
Add table
Add a link
Reference in a new issue