mirror of
https://github.com/ekeeke/Genesis-Plus-GX.git
synced 2024-11-10 21:05:12 +01:00
9 lines
96 B
C
9 lines
96 B
C
#ifndef _MENU_H
|
|
#define _MENU_H
|
|
|
|
void InitMenu();
|
|
void DisplayMenu();
|
|
void TrashMenu();
|
|
|
|
#endif
|