mirror of
https://github.com/dborth/vbagx.git
synced 2024-11-01 16:35:11 +01:00
20 lines
415 B
C
20 lines
415 B
C
|
/****************************************************************************
|
||
|
* Snes9x 1.51 Nintendo Wii/Gamecube Port
|
||
|
*
|
||
|
* softdev July 2006
|
||
|
* crunchy2 May-June 2007
|
||
|
* Tantric August 2008
|
||
|
*
|
||
|
* menu.h
|
||
|
*
|
||
|
* Menu flow routines - handles all menu logic
|
||
|
***************************************************************************/
|
||
|
|
||
|
#ifndef _NGCMENU_
|
||
|
|
||
|
#define _NGCMENU_
|
||
|
|
||
|
void mainmenu (int selectedMenu);
|
||
|
|
||
|
#endif
|