summaryrefslogtreecommitdiff
path: root/include/gui.h
diff options
context:
space:
mode:
authorIan C <ianc@noddybox.co.uk>2023-04-23 09:42:21 +0800
committerIan C <ianc@noddybox.co.uk>2023-04-23 09:42:21 +0800
commitbb7b6e8532ef3282fdd15ec133deff919cd7e7c3 (patch)
treee576c7b35fabe8d903af8ee963ffa42dd2330619 /include/gui.h
parent1d1e0acb5b4494f7c1b041e24e5de4f0614a150b (diff)
Initial work to add debug menu from 3dsspec
Diffstat (limited to 'include/gui.h')
-rw-r--r--include/gui.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/gui.h b/include/gui.h
index 3dd3fe2..c5eeaed 100644
--- a/include/gui.h
+++ b/include/gui.h
@@ -28,5 +28,6 @@ int GUI_FileSelect(char pwd[], char selected_file[],
const char *filter);
int GUI_InputName(const char *prompt, const char *ext,
char name[], int maxlen);
+int GUI_Input(const char *prompt, char text[], int maxlen);
#endif /* DS81_GUI_H */