From 92084d06a5c87338cc988b5bc5868e617213e6b9 Mon Sep 17 00:00:00 2001 From: jbzdarkid <jbzdarkid@gmail.com> Date: Sun, 24 Nov 2019 12:28:53 -0800 Subject: Try/catch, and select seed --- Source/Source.vcxproj | 1 + 1 file changed, 1 insertion(+) (limited to 'Source/Source.vcxproj') 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 @@ <ItemGroup> <ClInclude Include="ChallengeRandomizer.h" /> <ClInclude Include="Memory.h" /> + <ClInclude Include="MemoryException.h" /> <ClInclude Include="Puzzle.h" /> <ClInclude Include="Panels.h" /> <ClInclude Include="PuzzleSerializer.h" /> -- cgit 1.4.1