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

7 lines
172 B
C++

#include "base/Config.h"
#ifndef __ax_webview_h__
#define __ax_webview_h__
#include "tolua++.h"
int register_all_ax_webview(lua_State* tolua_S);
#endif // __ax_webview_h__