diff options
author | Roland Reichwein <mail@reichwein.it> | 2020-02-16 18:41:49 +0100 |
---|---|---|
committer | Roland Reichwein <mail@reichwein.it> | 2020-02-16 18:41:49 +0100 |
commit | d10f91dce5ecc2643496b7ef78149c0cdf37aaae (patch) | |
tree | 9d1e96964ea9539a7637382c9a2235ff4714f644 /debug.h | |
parent | 142194b90d444d988890f9578a24b5d6094ddab0 (diff) |
Try to match lex grammar (WIP)
Diffstat (limited to 'debug.h')
-rw-r--r-- | debug.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -0,0 +1,3 @@ +#pragma once + +extern bool debug; |