diff options
| author | Cracker64 <cracker642@gmail.com> | 2011-03-02 20:43:20 (GMT) |
|---|---|---|
| committer | Cracker64 <cracker642@gmail.com> | 2011-03-02 20:43:20 (GMT) |
| commit | 9fffbb88da1062911c42146f4e9022a045177f75 (patch) | |
| tree | 27009a59552c944a934ea1edf796472d6c937d04 /includes/interface.h | |
| parent | 13e90886c1d4ae571707c8f31a7702fce7b2ec74 (diff) | |
| download | powder-9fffbb88da1062911c42146f4e9022a045177f75.zip powder-9fffbb88da1062911c42146f4e9022a045177f75.tar.gz | |
console things, set commands use keywords for arguments.
Diffstat (limited to 'includes/interface.h')
| -rw-r--r-- | includes/interface.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/interface.h b/includes/interface.h index ea1f9a5..d63770a 100644 --- a/includes/interface.h +++ b/includes/interface.h @@ -225,7 +225,7 @@ void open_link(char *uri); int report_ui(pixel *vid_buf, char *save_id); -char *console_ui(pixel *vid_buf, char error[255]); +char *console_ui(pixel *vid_buf, char error[255],char console_more); int console_parse_coords(char *txt, int *x, int *y, char *err); int console_parse_type(char *txt, int *element, char *err); int console_parse_partref(char *txt, int *which, char *err); |
