refactor: split up the utilities file into smaller modules
This commit is contained in:
parent
abaa6e12fc
commit
ff71a92249
13 changed files with 572 additions and 488 deletions
|
|
@ -30,5 +30,6 @@ ActionList* new_list();
|
|||
void add_action(ActionList*, Action);
|
||||
void append_list(ActionList*, ActionList*);
|
||||
void free_action_list(ActionList*);
|
||||
void sort_action_list(ActionList*);
|
||||
|
||||
#endif // ACTION_LIST_H
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue