2018-11-16 00:42:29 +01:00
|
|
|
/*****************************************************************************\
|
|
|
|
Snes9x - Portable Super Nintendo Entertainment System (TM) emulator.
|
|
|
|
This file is licensed under the Snes9x License.
|
|
|
|
For further information, consult the LICENSE file in the root directory.
|
|
|
|
\*****************************************************************************/
|
|
|
|
|
2010-09-25 17:46:12 +02:00
|
|
|
#ifndef __GTK_FILE_H
|
|
|
|
#define __GTK_FILE_H
|
|
|
|
|
2018-11-02 21:52:26 +01:00
|
|
|
char *S9xOpenROMDialog ();
|
2010-09-25 17:46:12 +02:00
|
|
|
const char *S9xBasenameNoExt (const char *);
|
|
|
|
|
|
|
|
void S9xLoadState (const char *filename);
|
|
|
|
void S9xSaveState (const char *filename);
|
|
|
|
|
|
|
|
void S9xQuickSaveSlot (int slot);
|
|
|
|
void S9xQuickLoadSlot (int slot);
|
|
|
|
|
|
|
|
#endif /* __GTK_FILE_H */
|