summaryrefslogtreecommitdiff
path: root/includes/interface.h
diff options
context:
space:
mode:
authorSimon <simon@hardwired.org.uk>2011-01-31 22:10:34 (GMT)
committer Simon <simon@hardwired.org.uk>2011-01-31 22:10:34 (GMT)
commitb033a9655d8a6670d207a172329b54daa8f30493 (patch)
treee15f94c374f3ad9b372359b2bc414e0993c04e88 /includes/interface.h
parent5ec884993f62a37ded46ff1008c31dc8e0b4e8f4 (diff)
parentd52fa30a45f24ad8cb5e8669c7128b193b517590 (diff)
downloadpowder-b033a9655d8a6670d207a172329b54daa8f30493.zip
powder-b033a9655d8a6670d207a172329b54daa8f30493.tar.gz
Fix for liquids - jacksonmj
Diffstat (limited to 'includes/interface.h')
-rw-r--r--includes/interface.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/includes/interface.h b/includes/interface.h
index de1c955..2cb64dd 100644
--- a/includes/interface.h
+++ b/includes/interface.h
@@ -227,6 +227,9 @@ void open_link(char *uri);
int report_ui(pixel *vid_buf, char *save_id);
char *console_ui(pixel *vid_buf, char error[255]);
+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);
#endif