From 313ca58550163380e072880b360bc6076d27c8e5 Mon Sep 17 00:00:00 2001 From: Fox Caminiti Date: Wed, 27 Jul 2022 15:46:42 -0400 Subject: switched threading to SDL; works on windows now --- main.h | 1 + 1 file changed, 1 insertion(+) (limited to 'main.h') 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 -- cgit v1.2.3