vbagx/source/ngc/vbaconfig.h
2008-09-17 02:27:55 +00:00

18 lines
365 B
C

/****************************************************************************
* Visual Boy Advance GX
*
* Tantric September 2008
*
* vbaconfig.h
*
* Configuration parameters are here for easy maintenance
***************************************************************************/
#ifndef _VBACONFIG_
#define _VBACONFIG_
void DefaultSettings ();
#endif