mirror of
https://github.com/u0u0/Cocos2d-Lua-Community.git
synced 2026-05-22 21:32:37 +08:00
10 lines
136 B
C
10 lines
136 B
C
|
|
#ifndef __LUA_ZLIB_H_
|
|
#define __LUA_ZLIB_H_
|
|
|
|
#include "lauxlib.h"
|
|
|
|
LUALIB_API int luaopen_zlib(lua_State *L);
|
|
|
|
#endif // __LUA_ZLIB_H_
|