summaryrefslogtreecommitdiff
path: root/main.h
diff options
context:
space:
mode:
Diffstat (limited to 'main.h')
-rw-r--r--main.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/main.h b/main.h
index 81b50f8..b322173 100644
--- a/main.h
+++ b/main.h
@@ -387,6 +387,7 @@ struct project_state
bool32 RerouteEffects; // Allows shift+space hotkey to gain focus on the effects panel.
ImDrawListSplitter Test;
+ ImDrawListSplitter Split_KeybindUI;
int32 Warp_X = 0;
int32 Warp_Y = 0;
@@ -423,8 +424,10 @@ struct ui
v4 AltColor = {0, 0, 0, 1};
bool32 IsPrimary;
+#if STABLE
sd_state SD;
bool32 StableEnabled = 0;
+#endif
ImU32 LayerColors[16] = {
0xff8b1f1f,