/script_binding/lua/lua_ftk_dialog.h

http://ftk.googlecode.com/ · C Header · 14 lines · 9 code · 4 blank · 1 comment · 0 complexity · e1b4b675569d2a609e6f054778762ee1 MD5 · raw file

  1. /*This file is generated by luagen.*/
  2. #include "ftk.h"
  3. #include "tolua++.h"
  4. #include "ftk_dialog.h"
  5. #include "lua_ftk_window.h"
  6. #ifndef LUA_FtkDialog_H
  7. #define LUA_FtkDialog_H
  8. typedef FtkWindow FtkDialog;
  9. int tolua_ftk_dialog_init(lua_State* L);
  10. #endif/*LUA_FtkDialog_H*/