axmol/extensions/scripting/lua-bindings/auto/lua_axis_webview_auto.hpp

30 lines
205 B
C++
Raw Normal View History

2022-07-12 21:31:54 +08:00
#include "base/ccConfig.h"
#ifndef __axis_webview_h__
#define __axis_webview_h__
#include "tolua++.h"
int register_all_axis_webview(lua_State* tolua_S);
#endif // __axis_webview_h__