From 592fe333ea611bb62c76829fd1eb7e4d08cc0f66 Mon Sep 17 00:00:00 2001 From: Simon Robertshaw Date: Wed, 21 Sep 2011 12:38:47 +0100 Subject: [PATCH] Fix missing header changes from cracker's colour tools commit --- includes/interface.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/interface.h b/includes/interface.h index 96abd3b5c..18ce8b722 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);