diff options
| author | tslil clingman <tslil@posteo.de> | 2021-01-24 21:31:59 -0500 |
|---|---|---|
| committer | tslil <tslil@posteo.de> | 2026-08-28 19:37:41 +0100 |
| commit | cb143299411851667a8e3aae4d7a55f729694b12 (patch) | |
| tree | 3add82c4e7a893d0a7068b59d91033c861d05e2e /include/action_list.h | |
| parent | cf921b2e647136dc34568e0fff78b67c14c8e2fa (diff) | |
This is the basic idea, there's ≥ 1 bug (generates illegals...)
Diffstat (limited to 'include/action_list.h')
| -rw-r--r-- | include/action_list.h | 2 |
1 files changed, 2 insertions, 0 deletions
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); |
