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

13 lines
332 B
C

/****************************************************************************
* Visual Boy Advance GX
*
* Tantric September 2008
*
* preferences.h
*
* Preferences save/load to XML file
***************************************************************************/
bool SavePrefs (int method, bool silent);
bool LoadPrefs ();