ecfaa5f1b0
- snapshot_handler(): simplified the filedialog call
12 lines
355 B
C
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
|