diff options
| author | tslil <tslil@posteo.de> | 2021-05-07 22:19:31 -0400 |
|---|---|---|
| committer | tslil <tslil@posteo.de> | 2026-08-28 19:37:41 +0100 |
| commit | 1d1b28c294143f7a918db7a646b5564674616e44 (patch) | |
| tree | c9a4fa49fd0b39bc6752f455d785363f6aadf345 /include/actions.h | |
| parent | 29536c86457d83967c23a900574182b3898f04dd (diff) | |
quick hachstats
Diffstat (limited to 'include/actions.h')
| -rw-r--r-- | include/actions.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/actions.h b/include/actions.h index 75c881e..de64b71 100644 --- a/include/actions.h +++ b/include/actions.h @@ -64,7 +64,7 @@ extern int8_t move_deltas[4]; // Methods // =================================================================== -void action_list_init(void); +void action_list_init(const uint8_t size); void action_list_free(action_list_t *list); action_list_t *action_list_generate(void); |
