From e7dc403c36d5958238691578610d442a27ecc943 Mon Sep 17 00:00:00 2001 From: Raymaekers Luca Date: Thu, 24 Jul 2025 11:05:50 +0200 Subject: checkpoint --- code/handmade.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'code/handmade.h') diff --git a/code/handmade.h b/code/handmade.h index 42910fc..699167f 100644 --- a/code/handmade.h +++ b/code/handmade.h @@ -85,6 +85,11 @@ struct game_state s32 FontDescent; s32 FontLineGap; v2 FontBoundingBox[2]; + + b32 TextInputMode; + rune TextInputText[256]; + u32 TextInputCount; + }; #define HANDMADE_H -- cgit v1.2.3