mirror of https://github.com/axmolengine/axmol.git
Committing genbindings changes [skip ci]
This commit is contained in:
parent
dffaf9b8d7
commit
d84e14e290
|
@ -3,6 +3,7 @@
|
|||
#define __cocos2dx_3d_h__
|
||||
|
||||
#include "tolua++.h"
|
||||
|
||||
int register_all_cocos2dx_3d(lua_State* tolua_S);
|
||||
|
||||
|
||||
|
|
|
@ -6,4 +6,26 @@
|
|||
|
||||
int register_all_cocos2dx_video(lua_State* tolua_S);
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
#endif // __cocos2dx_video_h__
|
||||
|
|
|
@ -2,13 +2,7 @@
|
|||
#ifndef __cocos2dx_webview_h__
|
||||
#define __cocos2dx_webview_h__
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
#include "tolua++.h"
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
int register_all_cocos2dx_webview(lua_State* tolua_S);
|
||||
|
||||
|
|
Loading…
Reference in New Issue