diff options
Diffstat (limited to 'src/interface/Window.h')
| -rw-r--r-- | src/interface/Window.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/interface/Window.h b/src/interface/Window.h index 4e705f0..c077abb 100644 --- a/src/interface/Window.h +++ b/src/interface/Window.h @@ -86,6 +86,9 @@ enum ChromeStyle void finalise(); bool halt; bool destruct; +#ifdef DEBUG + bool debugMode; +#endif }; |
