diff options
author | Benoit Germain <benoit.germain@ubisoft.com> | 2024-05-22 16:26:30 +0200 |
---|---|---|
committer | Benoit Germain <benoit.germain@ubisoft.com> | 2024-05-22 16:26:30 +0200 |
commit | 48985bf413bef59778a4e50ba8391938364bae56 (patch) | |
tree | 3d99f7171bbddf8d0b5948b30d7719f7b2bc0229 /src/keeper.h | |
parent | b639c229e3fdef21cec4535284eeabbca361dad6 (diff) | |
download | lanes-48985bf413bef59778a4e50ba8391938364bae56.tar.gz lanes-48985bf413bef59778a4e50ba8391938364bae56.tar.bz2 lanes-48985bf413bef59778a4e50ba8391938364bae56.zip |
Fix __lanesignore
Diffstat (limited to 'src/keeper.h')
-rw-r--r-- | src/keeper.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/keeper.h b/src/keeper.h index 62d9ec8..a902caa 100644 --- a/src/keeper.h +++ b/src/keeper.h | |||
@@ -40,7 +40,6 @@ struct Keepers | |||
40 | // xxh64 of string "kNilSentinel" generated at https://www.pelock.com/products/hash-calculator | 40 | // xxh64 of string "kNilSentinel" generated at https://www.pelock.com/products/hash-calculator |
41 | static constexpr UniqueKey kNilSentinel{ 0xC457D4EDDB05B5E4ull, "lanes.null" }; | 41 | static constexpr UniqueKey kNilSentinel{ 0xC457D4EDDB05B5E4ull, "lanes.null" }; |
42 | 42 | ||
43 | void keeper_toggle_nil_sentinels(lua_State* L_, int start_, LookupMode const mode_); | ||
44 | [[nodiscard]] int keeper_push_linda_storage(Linda& linda_, DestState L_); | 43 | [[nodiscard]] int keeper_push_linda_storage(Linda& linda_, DestState L_); |
45 | 44 | ||
46 | using keeper_api_t = lua_CFunction; | 45 | using keeper_api_t = lua_CFunction; |