mirror of
https://github.com/Polprzewodnikowy/N64FlashcartMenu.git
synced 2024-12-05 00:34:14 +01:00
12 lines
107 B
C
12 lines
107 B
C
|
#ifndef ACTIONS_H__
|
||
|
#define ACTIONS_H__
|
||
|
|
||
|
|
||
|
#include "menu.h"
|
||
|
|
||
|
|
||
|
void actions_update (menu_t *menu);
|
||
|
|
||
|
|
||
|
#endif
|