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