From 38060c54f9f923d49b019fcf90f3494fd5469b74 Mon Sep 17 00:00:00 2001 From: jbzdarkid Date: Thu, 5 Dec 2019 10:23:42 -0800 Subject: Bugfix, add debug function, add dots 2 --- Source/pch.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Source/pch.h') 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 @@ #include "MemoryException.h" #include "Memory.h" #include "Puzzle.h" + +void DebugPrint(std::string text); \ No newline at end of file -- cgit 1.4.1