diff options
Diffstat (limited to 'src/tools.h')
-rw-r--r-- | src/tools.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tools.h b/src/tools.h index c18afe3..cd232de 100644 --- a/src/tools.h +++ b/src/tools.h @@ -6,6 +6,8 @@ enum Tool_Types { TOOL_TYPE_ZOOMOUT, TOOL_TYPE_CLOWN, TOOL_TYPE_CPICKER, + TOOL_TYPE_UNDO, + TOOL_TYPE_REDO, TOOL_TYPE_EMPTY, }; |