From cb143299411851667a8e3aae4d7a55f729694b12 Mon Sep 17 00:00:00 2001 From: tslil clingman Date: Sun, 24 Jan 2021 21:31:59 -0500 Subject: This is the basic idea, there's ≥ 1 bug (generates illegals...) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- include/action_list.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/action_list.h') diff --git a/include/action_list.h b/include/action_list.h index 3670114..03881c5 100644 --- a/include/action_list.h +++ b/include/action_list.h @@ -19,3 +19,5 @@ action_list_t *action_list_generate(void); void action_take(action_list_t *action); void action_undo(action_list_t *action); + +void action_to_ptn(action_list_t* action, char* out_ptn); -- cgit v1.3.1