diff options
Diffstat (limited to '')
-rw-r--r-- | src/deep.h | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -82,6 +82,3 @@ class DeepFactory | |||
82 | static void DeleteDeepObject(lua_State* L, DeepPrelude* o_); | 82 | static void DeleteDeepObject(lua_State* L, DeepPrelude* o_); |
83 | static char const* PushDeepProxy(Dest L, DeepPrelude* prelude, int nuv_, LookupMode mode_); | 83 | static char const* PushDeepProxy(Dest L, DeepPrelude* prelude, int nuv_, LookupMode mode_); |
84 | }; | 84 | }; |
85 | |||
86 | //LANES_API [[nodiscard]] int luaG_newdeepuserdata(Dest L, DeepFactory& factory_, int nuv_); | ||
87 | //LANES_API [[nodiscard]] DeepPrelude* luaG_todeep(lua_State* L, DeepFactory &factory_, int index); | ||