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
13
14void actions_update (menu_t *menu);
15
16
17#endif
Menu State.
Menu Structure.
Definition: menu_state.h:64