diff options
Diffstat (limited to 'src/deep.h')
-rw-r--r-- | src/deep.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -27,5 +27,6 @@ typedef void* (*luaG_IdFunction)( lua_State* L, enum eDeepOp op_); | |||
27 | 27 | ||
28 | extern LANES_API int luaG_newdeepuserdata( lua_State* L, luaG_IdFunction idfunc); | 28 | extern LANES_API int luaG_newdeepuserdata( lua_State* L, luaG_IdFunction idfunc); |
29 | extern LANES_API void* luaG_todeep( lua_State* L, luaG_IdFunction idfunc, int index); | 29 | extern LANES_API void* luaG_todeep( lua_State* L, luaG_IdFunction idfunc, int index); |
30 | extern LANES_API void luaG_pushdeepversion( lua_State* L); | ||
30 | 31 | ||
31 | #endif // __LANES_DEEP_H__ | 32 | #endif // __LANES_DEEP_H__ |