message_box and input for Lua API, also autorun.lua

This commit is contained in:
Simon Robertshaw
2011-06-08 16:30:36 +01:00
parent e94ed7bc11
commit 3ea25c83b7
5 changed files with 120 additions and 1 deletions

View File

@@ -207,6 +207,8 @@ void copytext_ui(pixel *vid_buf, char *top, char *txt, char *copytxt);
void info_box(pixel *vid_buf, char *msg);
char *input_ui(pixel *vid_buf, char *title, char *prompt, char *text, char *shadow);
int confirm_ui(pixel *vid_buf, char *top, char *msg, char *btn);
void login_ui(pixel *vid_buf);