snes9xgx/source/ngc/menu.h
dborth aff0dc6d17 -scrollable cheat menu
-housekeeping
2008-08-13 22:44:59 +00:00

16 lines
310 B
C

/****************************************************************************
* Snes9x 1.50
*
* Nintendo Wii/Gamecube Port
*
* softdev July 2006
****************************************************************************/
#ifndef _NGCMENU_
#define _NGCMENU_
void mainmenu (int selectedMenu);
#endif