From e239c0a12909e434efc1854d8992df145c567e4a Mon Sep 17 00:00:00 2001 From: Raymaekers Luca Date: Thu, 10 Jul 2025 14:18:19 +0200 Subject: checkpoint --- code/handmade.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'code/handmade.h') 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 -- cgit v1.2.3