/** \file * \brief IupScintilla Binding for Lua. * * See Copyright Notice in "iup.h" */ #ifndef __IUPLUA_SCINTILLA_H #define __IUPLUA_SCINTILLA_H #ifdef __cplusplus extern "C" { #endif int iup_scintillalua_open (lua_State * L); #ifdef __cplusplus } #endif #endif