N64FlashcartMenu
Loading...
Searching...
No Matches
actions.h
Go to the documentation of this file.
1
7#ifndef ACTIONS_H__
8#define ACTIONS_H__
9
10#include "menu_state.h"
11
15void actions_init (void);
16
22void actions_update (menu_t *menu);
23
24#endif /* ACTIONS_H__ */
void actions_update(menu_t *menu)
Update the actions based on the current menu state.
Definition actions.c:128
void actions_init(void)
Initialize the actions module.
Definition actions.c:122
Menu State.
Menu Structure.
Definition menu_state.h:67