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
11#include "menu_state.h"
12
16void actions_init (void);
17void actions_update (menu_t *menu);
18
19
20#endif
void actions_init(void)
Initialize the actions module.
Definition actions.c:116
Menu State.
Menu Structure.
Definition menu_state.h:64