2008-08-06 03:09:59 +02:00
|
|
|
/****************************************************************************
|
2008-09-12 07:28:40 +02:00
|
|
|
* Snes9x 1.51 Nintendo Wii/Gamecube Port
|
2008-08-06 03:09:59 +02:00
|
|
|
*
|
|
|
|
* softdev July 2006
|
2008-09-12 07:28:40 +02:00
|
|
|
* crunchy2 May-June 2007
|
|
|
|
* Tantric August 2008
|
|
|
|
*
|
|
|
|
* menu.h
|
|
|
|
*
|
|
|
|
* Menu flow routines - handles all menu logic
|
|
|
|
***************************************************************************/
|
2008-08-06 03:09:59 +02:00
|
|
|
|
|
|
|
#ifndef _NGCMENU_
|
|
|
|
|
|
|
|
#define _NGCMENU_
|
|
|
|
|
2008-08-07 05:25:02 +02:00
|
|
|
void mainmenu (int selectedMenu);
|
2008-08-06 03:09:59 +02:00
|
|
|
|
|
|
|
#endif
|