Committing genbindings changes [skip ci]

This commit is contained in:
halx99 2022-05-18 05:00:01 +00:00 committed by GitHub Actions
parent dffaf9b8d7
commit d84e14e290
3 changed files with 23 additions and 6 deletions

View File

@ -3,6 +3,7 @@
#define __cocos2dx_3d_h__
#include "tolua++.h"
int register_all_cocos2dx_3d(lua_State* tolua_S);

View File

@ -6,4 +6,26 @@
int register_all_cocos2dx_video(lua_State* tolua_S);
#endif // __cocos2dx_video_h__

View File

@ -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);