summaryrefslogtreecommitdiff
path: root/debug.h
diff options
context:
space:
mode:
Diffstat (limited to 'debug.h')
-rw-r--r--debug.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/debug.h b/debug.h
index 6128627..4a6891e 100644
--- a/debug.h
+++ b/debug.h
@@ -28,6 +28,8 @@ struct project_debug
char *String[6];
uint32 WatchedProperties;
bool32 ToggleWindow;
+
+ bool32 ToggleRenders;
};
global_variable project_debug Debug;