aboutsummaryrefslogtreecommitdiff
path: root/source/nds/draw.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/nds/draw.h')
-rw-r--r--source/nds/draw.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/nds/draw.h b/source/nds/draw.h
index c57624e..2b27473 100644
--- a/source/nds/draw.h
+++ b/source/nds/draw.h
@@ -177,6 +177,7 @@ extern void show_progress(char *text);
extern void scrollbar(void* screen_addr, u32 sx, u32 sy, u32 ex, u32 ey, u32 all, u32 view, u32 now);
extern u32 yesno_dialog(char *text);
extern u32 draw_yesno_dialog(enum SCREEN_ID screen, u32 sy, char *yes, char *no);
+extern u32 draw_hotkey_dialog(enum SCREEN_ID screen, u32 sy, char *clear, char *cancel);
extern void msg_screen_init(const char *title);
extern void msg_screen_draw();
extern void msg_printf(const char *text, ...);