summaryrefslogtreecommitdiff
path: root/src/ui_elements/UI.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui_elements/UI.h')
-rw-r--r--src/ui_elements/UI.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui_elements/UI.h b/src/ui_elements/UI.h
index 9f126c3..f461cf5 100644
--- a/src/ui_elements/UI.h
+++ b/src/ui_elements/UI.h
@@ -58,6 +58,7 @@ void InsertChar(TextArea *ta, char new_char);
void DeleteChar(TextArea *ta);
void HandleKeyboard(TextArea *ta);
+char *GetText(TextArea *ta);
void FreeTextArea(TextArea *ta);
#endif // UI_ELEMENTS_H