summaryrefslogtreecommitdiff
path: root/main.h
diff options
context:
space:
mode:
authorFox Caminiti <fox@foxcam.net>2022-07-27 15:46:42 -0400
committerFox Caminiti <fox@foxcam.net>2022-07-27 15:46:42 -0400
commit313ca58550163380e072880b360bc6076d27c8e5 (patch)
tree899c945440a804711a33b34c5407ae8d789dc6c2 /main.h
parent83ce428d8bb5f4a762abf879adec076bc34cf36a (diff)
switched threading to SDL; works on windows now
Diffstat (limited to 'main.h')
-rw-r--r--main.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/main.h b/main.h
index d5a0126..3c81c43 100644
--- a/main.h
+++ b/main.h
@@ -386,6 +386,7 @@ struct project_state
bool32 IsRunning = 1;
bool32 IsPlaying;
bool32 DemoButton = 1;
+ bool32 GridButton = 1;
uint16 NumberOfSelectedLayers;
int16 MostRecentlySelectedLayer = -1; // convenience for the properties panel