mirror of
https://github.com/dborth/fceugx.git
synced 2024-11-01 15:05:05 +01:00
19 lines
360 B
C
19 lines
360 B
C
|
/****************************************************************************
|
||
|
* FCE Ultra 0.98.12
|
||
|
* Nintendo Wii/Gamecube Port
|
||
|
*
|
||
|
* Tantric September 2008
|
||
|
*
|
||
|
* menu.h
|
||
|
*
|
||
|
* Main menu flow control
|
||
|
****************************************************************************/
|
||
|
|
||
|
#ifndef _NGCMENU_
|
||
|
|
||
|
#define _NGCMENU_
|
||
|
|
||
|
void MainMenu (int selectedMenu);
|
||
|
|
||
|
#endif
|