diff options
author | Raymaekers Luca <luca@spacehb.net> | 2025-07-10 14:18:19 +0200 |
---|---|---|
committer | Raymaekers Luca <luca@spacehb.net> | 2025-07-10 14:18:19 +0200 |
commit | e239c0a12909e434efc1854d8992df145c567e4a (patch) | |
tree | c8fc9192c9a6a04e2af47228eeea16ca55094306 /code/handmade.h | |
parent | 71baed6f2ceb93ee8b3830b3049ad9487e5de234 (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 |