mirror of https://github.com/axmolengine/axmol.git
30 lines
221 B
C++
30 lines
221 B
C++
|
#include "base/ccConfig.h"
|
||
|
#ifndef __cocos2dx_webview_h__
|
||
|
#define __cocos2dx_webview_h__
|
||
|
|
||
|
#include "tolua++.h"
|
||
|
|
||
|
int register_all_cocos2dx_webview(lua_State* tolua_S);
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
#endif // __cocos2dx_webview_h__
|