iup-stack/iup/include/iupluaole.h

21 lines
256 B
C
Raw Normal View History

2023-02-20 16:44:45 +00:00
/** \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