mirror of
https://github.com/Polprzewodnikowy/SummerCart64.git
synced 2025-02-21 14:17:09 +01:00
9 lines
84 B
C
9 lines
84 B
C
#ifndef MENU_H__
|
|
#define MENU_H__
|
|
|
|
|
|
void menu_load_and_run (void);
|
|
|
|
|
|
#endif
|