From d010dba0efaba8f5be2191bd52c8a40705a9ec28 Mon Sep 17 00:00:00 2001 From: Paul Duncan Date: Wed, 9 Jan 2019 05:49:31 -0500 Subject: add reset --- src/text/action.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/text/action.h') diff --git a/src/text/action.h b/src/text/action.h index d77b3ef..77f0e9c 100644 --- a/src/text/action.h +++ b/src/text/action.h @@ -11,6 +11,7 @@ typedef enum { ACTION_UNDO, ACTION_NEXT, ACTION_SOLVE, + ACTION_RESET, ACTION_LAST, } action_type_t; -- cgit v1.2.3