mirror of
https://github.com/u0u0/Cocos2d-Lua-Community.git
synced 2026-07-01 03:04:42 +08:00
16 lines
170 B
C
16 lines
170 B
C
|
|
#ifndef _LUA_UNQLITE_
|
|
#define _LUA_UNQLITE_
|
|
|
|
#if __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
int luaopen_lunqlite(lua_State *L);
|
|
|
|
#if __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#endif // _LUA_UNQLITE_
|