diff options
author | Benoit Germain <benoit.germain@ubisoft.com> | 2024-04-24 15:06:07 +0200 |
---|---|---|
committer | Benoit Germain <benoit.germain@ubisoft.com> | 2024-04-24 15:06:07 +0200 |
commit | 3bfb6dec957e5e034c12157787fab9faf75c85a1 (patch) | |
tree | 075f4345f7217a41fb117aa2c78ee910934c28fe /src/deep.h | |
parent | b013fb7e517f866577c8a7f5dcda41d95cd5de11 (diff) | |
download | lanes-3bfb6dec957e5e034c12157787fab9faf75c85a1.tar.gz lanes-3bfb6dec957e5e034c12157787fab9faf75c85a1.tar.bz2 lanes-3bfb6dec957e5e034c12157787fab9faf75c85a1.zip |
C++ migration: push_thread_status converted to a Lane class method
Diffstat (limited to 'src/deep.h')
-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); | ||