Bochs/bochs/gui/win32dialog.h

13 lines
345 B
C
Raw Normal View History

/////////////////////////////////////////////////////////////////////////
// $Id: win32dialog.h,v 1.8 2005-10-22 11:00:00 vruppert Exp $
/////////////////////////////////////////////////////////////////////////
#include "config.h"
#if BX_USE_TEXTCONFIG && defined(WIN32)
int RuntimeOptionsDialog();
void win32_init_notify_callback();
#endif