diff options
Diffstat (limited to 'includes/interface.h')
| -rw-r--r-- | includes/interface.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/includes/interface.h b/includes/interface.h index 34c65a6..ea65c35 100644 --- a/includes/interface.h +++ b/includes/interface.h @@ -101,12 +101,14 @@ static menu_wall colorlist[] = #define DECO_DRAW 0 #define DECO_LIGHTEN 1 #define DECO_DARKEN 2 +#define DECO_SMUDGE 3 static menu_wall toollist[] = { {PIXPACK(0xFF0000), "Draw"}, {PIXPACK(0xDDDDDD), "Lighten"}, {PIXPACK(0x111111), "Darken"}, + {PIXPACK(0x00FF00), "Smudge"}, }; struct ui_edit |
