diff options
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 |