1be86095ab
- save state handling removed from runtime dialog - textconfig save state prompt improved - textconfig: save state item removed from runtime menu
16 lines
406 B
C
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
|