mirror of
https://github.com/Polprzewodnikowy/N64FlashcartMenu.git
synced 2024-12-04 16:24:14 +01:00
12 lines
107 B
C
12 lines
107 B
C
|
#ifndef MENU_H__
|
||
|
#define MENU_H__
|
||
|
|
||
|
|
||
|
#include "settings.h"
|
||
|
|
||
|
|
||
|
void menu_run (settings_t *settings);
|
||
|
|
||
|
|
||
|
#endif
|