diff options
Diffstat (limited to 'src/tools.c')
-rw-r--r-- | src/tools.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/tools.c b/src/tools.c index 1ff979a..97f335c 100644 --- a/src/tools.c +++ b/src/tools.c @@ -2,6 +2,7 @@ #include "tools.h" #include "types.h" +#include "action.h" #include "canvas.h" #include "ui.h" @@ -16,8 +17,9 @@ uint8 tool_array[] = { TOOL_TYPE_CPICKER, TOOL_TYPE_ZOOMOUT, TOOL_TYPE_ZOOMIN, - TOOL_TYPE_EMPTY, + TOOL_TYPE_UNDO, TOOL_TYPE_CLOWN, + TOOL_TYPE_REDO, }; void |