lua_UIWebView_auto.hpp
#include "base/ccConfig.h" #ifndef __UIWebView_h__ #define __UIWebView_h__ #ifdef __cplusplus extern "C" { #endif #include "tolua++.h" #ifdef __cplusplus } #endif // 注:touLua中的laodData函数不能用。 int register_all_UIWebView(lua_State* tolua_S); #endif // __UIWebView_h__原文链接:https://www.f2er.com/cocos2dx/343416.html