about summary refs log tree commit diff stats
path: root/Source/Source.vcxproj
diff options
context:
space:
mode:
authorjbzdarkid <jbzdarkid@gmail.com>2018-11-05 07:21:05 -0800
committerjbzdarkid <jbzdarkid@gmail.com>2018-11-05 07:21:05 -0800
commita2913485f2b072f0f3c531b9ef2e89ed066ec128 (patch)
tree9a7c28fe5c48a63c11e27950c975149991e8dba8 /Source/Source.vcxproj
parente48ce4469cee270687e04bc1a2b91d3c2bba0789 (diff)
downloadwitness-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.vcxproj1
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>