summaryrefslogtreecommitdiff
path: root/includes/interface.h
diff options
context:
space:
mode:
authorSimon Robertshaw <simon@hardwired.org.uk>2011-09-21 11:38:47 (GMT)
committer Simon Robertshaw <simon@hardwired.org.uk>2011-09-21 11:38:47 (GMT)
commit592fe333ea611bb62c76829fd1eb7e4d08cc0f66 (patch)
treecbfd45e64292ed672d8e298a4f3974a07e1e3e4f /includes/interface.h
parentb926341d80c07f8fcb7856237e933dd624a47638 (diff)
downloadpowder-592fe333ea611bb62c76829fd1eb7e4d08cc0f66.zip
powder-592fe333ea611bb62c76829fd1eb7e4d08cc0f66.tar.gz
Fix missing header changes from cracker's colour tools commit
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 96abd3b..18ce8b7 100644
--- a/includes/interface.h
+++ b/includes/interface.h
@@ -255,7 +255,7 @@ void menu_ui(pixel *vid_buf, int i, int *sl, int *sr);
void menu_ui_v3(pixel *vid_buf, int i, int *sl, int *sr, int *dae, int b, int bq, int mx, int my);
-int color_menu_ui(pixel *vid_buf, int i, int *cr, int *cg, int *cb, int b, int bq, int mx, int my);
+int color_menu_ui(pixel *vid_buf, int i, int *cr, int *cg, int *cb, int b, int bq, int mx, int my, int * tool);
int sdl_poll(void);