mirror of
https://github.com/dborth/snes9xgx.git
synced 2024-11-24 11:39:21 +01:00
16 lines
291 B
C
16 lines
291 B
C
|
/****************************************************************************
|
||
|
* Snes9x 1.50
|
||
|
*
|
||
|
* Nintendo Gamecube Menu
|
||
|
*
|
||
|
* softdev July 2006
|
||
|
****************************************************************************/
|
||
|
|
||
|
#ifndef _NGCMENU_
|
||
|
|
||
|
#define _NGCMENU_
|
||
|
|
||
|
void mainmenu ();
|
||
|
|
||
|
#endif
|