mirror of
https://github.com/86Box/86Box.git
synced 2026-02-25 04:45:31 -07:00
16 lines
265 B
C
16 lines
265 B
C
/* Copyright holders: Sarah Walker
|
|
see COPYING for more details
|
|
*/
|
|
void gui_enter();
|
|
|
|
extern int quited;
|
|
|
|
extern int romspresent[ROM_MAX];
|
|
extern int gfx_present[GFX_MAX];
|
|
|
|
int disc_hdconf();
|
|
|
|
int settings_configure();
|
|
|
|
void deviceconfig_open(device_t *device);
|