diff options
| author | physick <mynameisgennadiy@vk.com> | 2026-07-12 11:13:08 +0500 |
|---|---|---|
| committer | physick <mynameisgennadiy@vk.com> | 2026-07-12 11:13:08 +0500 |
| commit | 58a26ca05aacb4736e9e7e652badd43a8085d1f1 (patch) | |
| tree | 5009c076fdcf83c970a580624f02dc89cb3d2beb /src/ui_elements/UI.h | |
| parent | a35731f94b0f0072783d7aba8dd24670b75716cc (diff) | |
rudimentary code execution
Diffstat (limited to 'src/ui_elements/UI.h')
| -rw-r--r-- | src/ui_elements/UI.h | 1 |
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 |
