mirror of
https://github.com/Polprzewodnikowy/SummerCart64.git
synced 2025-02-06 07:48:30 +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
|