diff options
Diffstat (limited to 'include/ui.h')
-rw-r--r-- | include/ui.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/ui.h b/include/ui.h index 8341a8c..dbcee35 100644 --- a/include/ui.h +++ b/include/ui.h @@ -7,6 +7,8 @@ namespace ui { // Functions are kept in a namespace simply // for organization + extern vec2 mouse; + extern bool debug; extern unsigned int fontSize; |