16 lines
310 B
C
Raw Normal View History

/****************************************************************************
2008-08-13 22:44:59 +00:00
* Snes9x 1.50
*
2008-08-13 22:44:59 +00:00
* Nintendo Wii/Gamecube Port
*
* softdev July 2006
****************************************************************************/
#ifndef _NGCMENU_
#define _NGCMENU_
void mainmenu (int selectedMenu);
#endif