diff options
| author | Simon <simon@hardwired.org.uk> | 2011-04-01 21:26:29 (GMT) |
|---|---|---|
| committer | Simon <simon@hardwired.org.uk> | 2011-04-01 21:26:29 (GMT) |
| commit | 630ab09f63b1c400130a1b5b6e219e749d8fcc06 (patch) | |
| tree | 2114ef1a5579c31212d7fe2b20827606a28e6f55 /includes/interface.h | |
| parent | 40abad4cca553e90ddca1ee6239c46c7ea35d646 (diff) | |
| download | powder-630ab09f63b1c400130a1b5b6e219e749d8fcc06.zip powder-630ab09f63b1c400130a1b5b6e219e749d8fcc06.tar.gz | |
Copy text UI
Diffstat (limited to 'includes/interface.h')
| -rw-r--r-- | includes/interface.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/includes/interface.h b/includes/interface.h index f1a93a9..5bd411d 100644 --- a/includes/interface.h +++ b/includes/interface.h @@ -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); |
