iup-stack/iup/srcweb/iup_webbrowser.h

21 lines
254 B
C
Raw Normal View History

2023-02-20 16:44:45 +00:00
/** \file
* \brief Web Browser Control
*
* See Copyright Notice in "iup.h"
*/
#ifndef __IUP_WEBBROWSER_H
#define __IUP_WEBBROWSER_H
#ifdef __cplusplus
extern "C" {
#endif
Iclass* iupWebBrowserNewClass(void);
#ifdef __cplusplus
}
#endif
#endif