aboutsummaryrefslogtreecommitdiff
path: root/src/deep.h
diff options
context:
space:
mode:
authorBenoit Germain <benoit.germain@ubisoft.com>2024-04-24 15:06:07 +0200
committerBenoit Germain <benoit.germain@ubisoft.com>2024-04-24 15:06:07 +0200
commit3bfb6dec957e5e034c12157787fab9faf75c85a1 (patch)
tree075f4345f7217a41fb117aa2c78ee910934c28fe /src/deep.h
parentb013fb7e517f866577c8a7f5dcda41d95cd5de11 (diff)
downloadlanes-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.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/deep.h b/src/deep.h
index 3256e6e..95802d1 100644
--- a/src/deep.h
+++ b/src/deep.h
@@ -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);