Copy text UI

This commit is contained in:
Simon
2011-04-01 22:26:29 +01:00
parent 40abad4cca
commit 630ab09f63
3 changed files with 88 additions and 4 deletions

View File

@@ -177,6 +177,8 @@ void error_ui(pixel *vid_buf, int err, char *txt);
void info_ui(pixel *vid_buf, char *top, char *txt);
void copytext_ui(pixel *vid_buf, char *top, char *txt, char *copytxt);
void info_box(pixel *vid_buf, char *msg);
int confirm_ui(pixel *vid_buf, char *top, char *msg, char *btn);