diff options
| author | Raymaekers Luca <luca@keyfried.com> | 2025-07-10 15:32:21 +0200 |
|---|---|---|
| committer | Raymaekers Luca <luca@spacehb.net> | 2025-07-10 15:32:21 +0200 |
| commit | 285aceb0f520c0a004692ebb68a491b78056732c (patch) | |
| tree | fd057771c14cb5d611d7d9bafed7fdec6d5f253a /code/handmade.h | |
| parent | 2aae85f65513717109e6e072c12a64eb7e894ced (diff) | |
checkpoint
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; |
