1 /** \file
2  * \brief IUP Canvas Lua Binding
3  *
4  * See Copyright Notice in cd.h
5  */
6 
7 module cd.luaiup;
8 
9 extern (C) @safe nothrow:
10 
11 struct lua_State;
12 
13 int cdluaiup_open(lua_State *L);
14 
15