Files
Gobang-Game/libs/IUP/include/iupfiledlg.h
T
2026-05-02 15:39:42 +08:00

25 lines
333 B
C

/** \file
* \brief New FileDlg (Windows Only).
*
* See Copyright Notice in "iup.h"
*/
#ifndef __IUPFILEDLG_H
#define __IUPFILEDLG_H
#ifdef __cplusplus
extern "C" {
#endif
/* the only exported function,
once called it will replace regular IupFileDlg */
int IupNewFileDlgOpen(void);
#ifdef __cplusplus
}
#endif
#endif