diff options
Diffstat (limited to 'main.h')
-rw-r--r-- | main.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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, |