summaryrefslogtreecommitdiff
path: root/input.h
diff options
context:
space:
mode:
Diffstat (limited to 'input.h')
-rw-r--r--input.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/input.h b/input.h
index 85dbdde..12b1bc4 100644
--- a/input.h
+++ b/input.h
@@ -4,6 +4,7 @@
#include "editor.h"
#include <SDL2/SDL_keyboard.h>
+void input_process_textinput(struct editor_state *editor, const char *text);
void editor_process_keypress(struct editor_state *editor, SDL_Keysym *keysym);
#endif