summaryrefslogtreecommitdiffhomepage
path: root/debug.h
diff options
context:
space:
mode:
Diffstat (limited to 'debug.h')
-rw-r--r--debug.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/debug.h b/debug.h
index 28502dd..25a9671 100644
--- a/debug.h
+++ b/debug.h
@@ -1,3 +1,7 @@
#pragma once
+#include <string>
+
extern bool debug;
+
+void Debug(std::string s);