diff options
| author | Raymaekers Luca <luca@keyfried.com> | 2025-07-24 11:05:50 +0200 |
|---|---|---|
| committer | Raymaekers Luca <luca@spacehb.net> | 2025-07-24 11:11:23 +0200 |
| commit | 06568a70e17c7cb16fcbc244c4be8bf093f332df (patch) | |
| tree | 95ad6a7f74acf736c5d423c8742496761dd436e7 /code/handmade.h | |
| parent | 285aceb0f520c0a004692ebb68a491b78056732c (diff) | |
checkpoint
Diffstat (limited to 'code/handmade.h')
| -rw-r--r-- | code/handmade.h | 5 |
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 |
