diff options
author | jbzdarkid <jbzdarkid@gmail.com> | 2018-11-05 07:21:05 -0800 |
---|---|---|
committer | jbzdarkid <jbzdarkid@gmail.com> | 2018-11-05 07:21:05 -0800 |
commit | a2913485f2b072f0f3c531b9ef2e89ed066ec128 (patch) | |
tree | 9a7c28fe5c48a63c11e27950c975149991e8dba8 /Source/Source.vcxproj | |
parent | e48ce4469cee270687e04bc1a2b91d3c2bba0789 (diff) | |
download | witness-tutorializer-a2913485f2b072f0f3c531b9ef2e89ed066ec128.tar.gz witness-tutorializer-a2913485f2b072f0f3c531b9ef2e89ed066ec128.tar.bz2 witness-tutorializer-a2913485f2b072f0f3c531b9ef2e89ed066ec128.zip |
Fix RNG not changing
Diffstat (limited to 'Source/Source.vcxproj')
-rw-r--r-- | Source/Source.vcxproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Source.vcxproj b/Source/Source.vcxproj index 020f69b..4319a91 100644 --- a/Source/Source.vcxproj +++ b/Source/Source.vcxproj | |||
@@ -174,6 +174,7 @@ | |||
174 | <ClCompile Include="Main.cpp" /> | 174 | <ClCompile Include="Main.cpp" /> |
175 | <ClCompile Include="Memory.cpp" /> | 175 | <ClCompile Include="Memory.cpp" /> |
176 | <ClCompile Include="Panel.cpp" /> | 176 | <ClCompile Include="Panel.cpp" /> |
177 | <ClCompile Include="Random.cpp" /> | ||
177 | <ClCompile Include="Randomizer.cpp" /> | 178 | <ClCompile Include="Randomizer.cpp" /> |
178 | <ClCompile Include="RandomizerCore.cpp" /> | 179 | <ClCompile Include="RandomizerCore.cpp" /> |
179 | </ItemGroup> | 180 | </ItemGroup> |