mirror of
https://github.com/Polprzewodnikowy/SummerCart64.git
synced 2025-01-28 20:35:26 +01:00
9 lines
76 B
C
9 lines
76 B
C
#ifndef MENU_H__
|
|
#define MENU_H__
|
|
|
|
|
|
void menu_load (void);
|
|
|
|
|
|
#endif
|