diff options
author | jbzdarkid <jbzdarkid@gmail.com> | 2019-12-05 10:23:42 -0800 |
---|---|---|
committer | jbzdarkid <jbzdarkid@gmail.com> | 2019-12-05 10:23:42 -0800 |
commit | 38060c54f9f923d49b019fcf90f3494fd5469b74 (patch) | |
tree | 64a13b0453a78e3064374b9b7b1e3cb515f14dda /Source/pch.h | |
parent | 9f4ea5694ec32507db1d28000fa52665e0e84323 (diff) | |
download | witness-tutorializer-38060c54f9f923d49b019fcf90f3494fd5469b74.tar.gz witness-tutorializer-38060c54f9f923d49b019fcf90f3494fd5469b74.tar.bz2 witness-tutorializer-38060c54f9f923d49b019fcf90f3494fd5469b74.zip |
Bugfix, add debug function, add dots 2
Diffstat (limited to 'Source/pch.h')
-rw-r--r-- | Source/pch.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/pch.h b/Source/pch.h index 9e39f33..a94cd3d 100644 --- a/Source/pch.h +++ b/Source/pch.h | |||
@@ -25,3 +25,5 @@ | |||
25 | #include "MemoryException.h" | 25 | #include "MemoryException.h" |
26 | #include "Memory.h" | 26 | #include "Memory.h" |
27 | #include "Puzzle.h" | 27 | #include "Puzzle.h" |
28 | |||
29 | void DebugPrint(std::string text); \ No newline at end of file | ||