Bochs/bochs/gui/win32dialog.h
Volker Ruppert 1be86095ab - new function win32SaveState now called after pressing the "suspend" button
- save state handling removed from runtime dialog
- textconfig save state prompt improved
- textconfig: save state item removed from runtime menu
2006-06-08 17:02:52 +00:00

16 lines
406 B
C

/////////////////////////////////////////////////////////////////////////
// $Id: win32dialog.h,v 1.9 2006-06-08 17:02:51 vruppert Exp $
/////////////////////////////////////////////////////////////////////////
#include "config.h"
#if BX_USE_TEXTCONFIG && defined(WIN32)
int RuntimeOptionsDialog();
#if BX_SUPPORT_SAVE_RESTORE
bx_bool win32SaveState();
#endif
void win32_init_notify_callback();
#endif