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

30 lines
205 B
C++

#include "base/ccConfig.h"
#ifndef __axys_webview_h__
#define __axys_webview_h__
#include "tolua++.h"
int register_all_axys_webview(lua_State* tolua_S);
#endif // __axys_webview_h__