summaryrefslogtreecommitdiff
path: root/includes/interface.h
diff options
context:
space:
mode:
authorSimon <simon@hardwired.org.uk>2011-03-22 17:25:29 (GMT)
committer Simon <simon@hardwired.org.uk>2011-03-22 17:25:29 (GMT)
commitc096b2b14a200a0cc0a08cfea839c9e7f4edf22e (patch)
tree6aaca470697115e62c8f5f4c612847499233dac7 /includes/interface.h
parent7d56b3358969164deccb7cc837aa5dd3b59ea4f3 (diff)
parentffc3e0a5ee780c05abe5ff53432583c40ed62032 (diff)
downloadpowder-c096b2b14a200a0cc0a08cfea839c9e7f4edf22e.zip
powder-c096b2b14a200a0cc0a08cfea839c9e7f4edf22e.tar.gz
More cracker fixes
Diffstat (limited to 'includes/interface.h')
-rw-r--r--includes/interface.h2
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);