/** \file * \brief Binding of iupolecontrol to Lua. * * See Copyright Notice in "iup.h" */ #ifndef __IUPLUAOLE_H #define __IUPLUAOLE_H #ifdef __cplusplus extern "C" { #endif int iupolelua_open (lua_State * L); #ifdef __cplusplus } #endif #endif