14 lines
300 B
C
14 lines
300 B
C
#ifndef __GTK_FILE_H
|
|
#define __GTK_FILE_H
|
|
|
|
char *S9xOpenROMDialog (void);
|
|
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 */
|