fceugx/source/ngc/preferences.h
2008-09-02 01:57:21 +00:00

14 lines
392 B
C

/****************************************************************************
* FCE Ultra 0.98.12
* Nintendo Wii/Gamecube Port
*
* Tantric September 2008
*
* preferences.h
*
* Preferences save/load preferences utilities
****************************************************************************/
bool SavePrefs (int method, bool silent);
bool LoadPrefs (int method, bool silent);