mirror of
https://github.com/dborth/snes9xgx.git
synced 2024-11-01 08:25:18 +01:00
aff0dc6d17
-housekeeping
16 lines
310 B
C
16 lines
310 B
C
/****************************************************************************
|
|
* Snes9x 1.50
|
|
*
|
|
* Nintendo Wii/Gamecube Port
|
|
*
|
|
* softdev July 2006
|
|
****************************************************************************/
|
|
|
|
#ifndef _NGCMENU_
|
|
|
|
#define _NGCMENU_
|
|
|
|
void mainmenu (int selectedMenu);
|
|
|
|
#endif
|