aboutsummaryrefslogtreecommitdiff
path: root/code/handmade.h
diff options
context:
space:
mode:
authorRaymaekers Luca <luca@spacehb.net>2025-07-24 11:05:50 +0200
committerRaymaekers Luca <luca@spacehb.net>2025-07-24 11:11:23 +0200
commite7dc403c36d5958238691578610d442a27ecc943 (patch)
tree95ad6a7f74acf736c5d423c8742496761dd436e7 /code/handmade.h
parent4ab197add10847d4ba3036ed525f96db00a9849f (diff)
checkpoint
Diffstat (limited to 'code/handmade.h')
-rw-r--r--code/handmade.h5
1 files changed, 5 insertions, 0 deletions
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