/script_binding/lua/lua_ftk_structs.h

http://ftk.googlecode.com/ · C Header · 13 lines · 7 code · 5 blank · 1 comment · 0 complexity · 48a981046e0a0e44ebd11f962ca2348b MD5 · raw file

  1. /*handle some special structs.*/
  2. #include "ftk.h"
  3. #include "tolua++.h"
  4. #include "ftk_typedef.h"
  5. #ifndef LUA_FtkStructs_H
  6. #define LUA_FtkStructs_H
  7. int tolua_ftk_structs_init(lua_State* L);
  8. #endif/*LUA_FtkStructs_H*/