diff options
author | jbzdarkid <jbzdarkid@gmail.com> | 2019-11-24 12:28:53 -0800 |
---|---|---|
committer | jbzdarkid <jbzdarkid@gmail.com> | 2019-11-24 12:28:53 -0800 |
commit | 92084d06a5c87338cc988b5bc5868e617213e6b9 (patch) | |
tree | 314cbf8ee06821b9569a7b279bc39e2bf04abc87 /Source/Source.vcxproj | |
parent | 6059a1d1b99186a28bcd3c60822bc8310724bfd4 (diff) | |
download | witness-tutorializer-92084d06a5c87338cc988b5bc5868e617213e6b9.tar.gz witness-tutorializer-92084d06a5c87338cc988b5bc5868e617213e6b9.tar.bz2 witness-tutorializer-92084d06a5c87338cc988b5bc5868e617213e6b9.zip |
Try/catch, and select seed
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 33e3697..5aaa0b0 100644 --- a/Source/Source.vcxproj +++ b/Source/Source.vcxproj | |||
@@ -159,6 +159,7 @@ | |||
159 | <ItemGroup> | 159 | <ItemGroup> |
160 | <ClInclude Include="ChallengeRandomizer.h" /> | 160 | <ClInclude Include="ChallengeRandomizer.h" /> |
161 | <ClInclude Include="Memory.h" /> | 161 | <ClInclude Include="Memory.h" /> |
162 | <ClInclude Include="MemoryException.h" /> | ||
162 | <ClInclude Include="Puzzle.h" /> | 163 | <ClInclude Include="Puzzle.h" /> |
163 | <ClInclude Include="Panels.h" /> | 164 | <ClInclude Include="Panels.h" /> |
164 | <ClInclude Include="PuzzleSerializer.h" /> | 165 | <ClInclude Include="PuzzleSerializer.h" /> |