diff options
Diffstat (limited to 'code/handmade.h')
-rw-r--r-- | code/handmade.h | 1 |
1 files changed, 1 insertions, 0 deletions
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; |