mirror of
https://github.com/ekeeke/Genesis-Plus-GX.git
synced 2025-04-02 10:42:21 -04:00
8 lines
96 B
C
8 lines
96 B
C
#ifndef _MENU_H
|
|
#define _MENU_H
|
|
|
|
void InitMenu();
|
|
void DisplayMenu();
|
|
void TrashMenu();
|
|
|
|
#endif
|