Renames the separated custom messages files to prevent conflict.

This commit is contained in:
Christopher Leggett 2022-07-14 00:41:04 -04:00
parent d9277530a2
commit a81ecfcfcc
No known key found for this signature in database
GPG Key ID: 7093AE5FF7037D79
3 changed files with 3 additions and 1 deletions

View File

@ -235,6 +235,7 @@
<ClCompile Include="soh\Enhancements\randomizer\3drando\trial.cpp" />
<ClCompile Include="soh\Enhancements\randomizer\3drando\utils.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\frame_interpolation.cpp" />
<ClCompile Include="soh\Enhancements\bootcommands.c" />
@ -983,6 +984,7 @@
<ClInclude Include="soh\Enhancements\randomizer\3drando\trial.hpp" />
<ClInclude Include="soh\Enhancements\randomizer\3drando\utils.hpp" />
<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\frame_interpolation.h" />
<ClInclude Include="include\alloca.h" />

View File

@ -1,4 +1,4 @@
#include "custom_messages.h"
#include "randomizer_custom_messages.h"
#include <variables.h>
using namespace std::literals::string_literals;