mirror of
https://github.com/dborth/vbagx.git
synced 2024-11-01 00:15:10 +01:00
13 lines
332 B
C
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 ();
|