/script_binding/lua/lua_ftk_wait_box.h
C++ Header | 14 lines | 9 code | 4 blank | 1 comment | 0 complexity | 604dc72d933134a505ea5e1ff1212d79 MD5 | raw file
1/*This file is generated by luagen.*/ 2#include "ftk.h" 3#include "tolua++.h" 4#include "ftk_wait_box.h" 5#include "lua_ftk_widget.h" 6 7#ifndef LUA_FtkWaitBox_H 8#define LUA_FtkWaitBox_H 9 10typedef FtkWidget FtkWaitBox; 11int tolua_ftk_wait_box_init(lua_State* L); 12 13#endif/*LUA_FtkWaitBox_H*/ 14