snes9xgx/source/ngc/menu.h

16 lines
310 B
C
Raw Normal View History

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