diff options
| author | Raymaekers Luca <luca@keyfried.com> | 2025-07-10 14:18:19 +0200 |
|---|---|---|
| committer | Raymaekers Luca <luca@spacehb.net> | 2025-07-10 14:18:19 +0200 |
| commit | 2aae85f65513717109e6e072c12a64eb7e894ced (patch) | |
| tree | c8fc9192c9a6a04e2af47228eeea16ca55094306 /code/handmade.h | |
| parent | 11219a4ead475f22092459dbe7db30dac5ac0b94 (diff) | |
checkpoint
Diffstat (limited to 'code/handmade.h')
| -rw-r--r-- | code/handmade.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/code/handmade.h b/code/handmade.h index 3cb98e1..59d3330 100644 --- a/code/handmade.h +++ b/code/handmade.h @@ -76,15 +76,14 @@ struct color_rgb struct game_state { u32 PatternGrid[6][5]; - - u32 SelectedColor;; + u32 SelectedColor; + u32 ExportedPatternIndex; stbtt_fontinfo FontInfo; s32 FontAscent; s32 FontDescent; s32 FontLineGap; v2 FontBoundingBox[2]; - }; #define HANDMADE_H |
