diff options
author | Benoit Germain <benoit.germain@ubisoft.com> | 2024-06-12 11:26:38 +0200 |
---|---|---|
committer | Benoit Germain <benoit.germain@ubisoft.com> | 2024-06-12 11:26:38 +0200 |
commit | fffa17d7e28f4a3147adf1f2ae2a73c4b0f7b945 (patch) | |
tree | 01f9bbebd6aab5f9be47597e4f62dd0f10853d3a /src/deep.h | |
parent | f1c3401e80a3228ee3ef5110e73712e1aa879fca (diff) | |
download | lanes-fffa17d7e28f4a3147adf1f2ae2a73c4b0f7b945.tar.gz lanes-fffa17d7e28f4a3147adf1f2ae2a73c4b0f7b945.tar.bz2 lanes-fffa17d7e28f4a3147adf1f2ae2a73c4b0f7b945.zip |
Add support for to-be-closed linda
Diffstat (limited to 'src/deep.h')
-rw-r--r-- | src/deep.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -68,7 +68,7 @@ class DeepFactory | |||
68 | static void DeleteDeepObject(lua_State* L_, DeepPrelude* o_); | 68 | static void DeleteDeepObject(lua_State* L_, DeepPrelude* o_); |
69 | [[nodiscard]] static DeepFactory* LookupFactory(lua_State* L_, int index_, LookupMode mode_); | 69 | [[nodiscard]] static DeepFactory* LookupFactory(lua_State* L_, int index_, LookupMode mode_); |
70 | static void PushDeepProxy(DestState L_, DeepPrelude* o_, int nuv_, LookupMode mode_, lua_State* errL_); | 70 | static void PushDeepProxy(DestState L_, DeepPrelude* o_, int nuv_, LookupMode mode_, lua_State* errL_); |
71 | [[nodiscard]] int pushDeepUserdata(DestState L_, int nuv_) const; | 71 | void pushDeepUserdata(DestState L_, int nuv_) const; |
72 | [[nodiscard]] DeepPrelude* toDeep(lua_State* L_, int index_) const; | 72 | [[nodiscard]] DeepPrelude* toDeep(lua_State* L_, int index_) const; |
73 | }; | 73 | }; |
74 | 74 | ||