diff options
author | June McEnroe | 2022-02-19 20:37:48 -0500 |
---|---|---|
committer | June McEnroe | 2022-02-19 20:38:12 -0500 |
commit | 143fa1b50965645dc0ebafecdd5db192f4454695 (patch) | |
tree | 7fe212afa1183adaaa04791c18dc94327dee77dc /chat.h | |
parent | 073cebec7a5a07ab2b829e40ce47ec3b1d774bd9 (diff) |
Reimplement text macros
Diffstat (limited to 'chat.h')
-rw-r--r-- | chat.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chat.h b/chat.h index 1bf1edd..0de930d 100644 --- a/chat.h +++ b/chat.h @@ -332,6 +332,7 @@ void inputInit(void); void inputWait(void); void inputUpdate(void); void inputRead(void); +void inputCompleteAdd(void); enum Scroll { ScrollOne, |