From 4ab197add10847d4ba3036ed525f96db00a9849f Mon Sep 17 00:00:00 2001 From: Raymaekers Luca Date: Thu, 10 Jul 2025 15:32:21 +0200 Subject: checkpoint --- code/handmade.h | 1 + 1 file changed, 1 insertion(+) (limited to 'code/handmade.h') diff --git a/code/handmade.h b/code/handmade.h index 59d3330..42910fc 100644 --- a/code/handmade.h +++ b/code/handmade.h @@ -78,6 +78,7 @@ struct game_state u32 PatternGrid[6][5]; u32 SelectedColor; u32 ExportedPatternIndex; + char WordleWord[WORDLE_LENGTH]; stbtt_fontinfo FontInfo; s32 FontAscent; -- cgit v1.2.3