summaryrefslogtreecommitdiff
path: root/includes/interface.h
diff options
context:
space:
mode:
authorjacksonmj <mj-pt@jacksonmj.co.uk>2011-04-23 12:41:08 (GMT)
committer Simon Robertshaw <simon@hardwired.org.uk>2011-04-25 11:07:55 (GMT)
commit7b82eae82e770410feeed841b7e2c05c7e20d9da (patch)
tree5f933f239676718957966dc3b62b96720f68de14 /includes/interface.h
parentaef09292ee83479571524e4900c903af03efe7e5 (diff)
downloadpowder-7b82eae82e770410feeed841b7e2c05c7e20d9da.zip
powder-7b82eae82e770410feeed841b7e2c05c7e20d9da.tar.gz
Jacksonmj: Move console functions into seperate file
Diffstat (limited to 'includes/interface.h')
-rw-r--r--includes/interface.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/includes/interface.h b/includes/interface.h
index 1a092af..7cbdeea 100644
--- a/includes/interface.h
+++ b/includes/interface.h
@@ -240,9 +240,6 @@ 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_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);
void decorations_ui(pixel *vid_buf,pixel *decorations,int *bsx,int *bsy);
#endif