summaryrefslogtreecommitdiffhomepage
path: root/debug.h
diff options
context:
space:
mode:
authorRoland Reichwein <mail@reichwein.it>2020-02-16 18:41:49 +0100
committerRoland Reichwein <mail@reichwein.it>2020-02-16 18:41:49 +0100
commitd10f91dce5ecc2643496b7ef78149c0cdf37aaae (patch)
tree9d1e96964ea9539a7637382c9a2235ff4714f644 /debug.h
parent142194b90d444d988890f9578a24b5d6094ddab0 (diff)
Try to match lex grammar (WIP)
Diffstat (limited to 'debug.h')
-rw-r--r--debug.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/debug.h b/debug.h
new file mode 100644
index 0000000..28502dd
--- /dev/null
+++ b/debug.h
@@ -0,0 +1,3 @@
+#pragma once
+
+extern bool debug;