Bochs/bochs/gui/win32dialog.h
Volker Ruppert ecfaa5f1b0 - simple text input dialog for the userbutton function on win32 added
- snapshot_handler(): simplified the filedialog call
2003-05-25 18:34:03 +00:00

12 lines
355 B
C

/////////////////////////////////////////////////////////////////////////
// $Id: win32dialog.h,v 1.3 2003-05-25 18:34:03 vruppert Exp $
/////////////////////////////////////////////////////////////////////////
#ifdef WIN32
void LogAskDialog(BxEvent *event);
int AskFilename(bx_param_filename_c *param);
int AskString(bx_param_string_c *param);
#endif