mirror of
https://github.com/dborth/vbagx.git
synced 2024-11-01 00:15:10 +01:00
18 lines
354 B
C
18 lines
354 B
C
/****************************************************************************
|
|
* Visual Boy Advance GX
|
|
*
|
|
* Tantric September 2008
|
|
*
|
|
* menu.h
|
|
*
|
|
* Menu flow routines - handles all menu logic
|
|
***************************************************************************/
|
|
|
|
#ifndef _NGCMENU_
|
|
|
|
#define _NGCMENU_
|
|
|
|
void MainMenu (int selectedMenu);
|
|
|
|
#endif
|