mirror of
https://github.com/u0u0/Cocos2d-Lua-Community.git
synced 2026-05-09 15:20:33 +08:00
7 lines
147 B
C
7 lines
147 B
C
#ifndef __LUA_HTTP_MANUAL_H_
|
|
#define __LUA_HTTP_MANUAL_H_
|
|
|
|
TOLUA_API int register_http_manual(lua_State* tolua_S);
|
|
|
|
#endif // __LUA_HTTP_MANUAL_H_
|