aboutsummaryrefslogtreecommitdiff
path: root/src/keeper.h
diff options
context:
space:
mode:
authorBenoit Germain <benoit.germain@ubisoft.com>2024-05-22 16:26:30 +0200
committerBenoit Germain <benoit.germain@ubisoft.com>2024-05-22 16:26:30 +0200
commit48985bf413bef59778a4e50ba8391938364bae56 (patch)
tree3d99f7171bbddf8d0b5948b30d7719f7b2bc0229 /src/keeper.h
parentb639c229e3fdef21cec4535284eeabbca361dad6 (diff)
downloadlanes-48985bf413bef59778a4e50ba8391938364bae56.tar.gz
lanes-48985bf413bef59778a4e50ba8391938364bae56.tar.bz2
lanes-48985bf413bef59778a4e50ba8391938364bae56.zip
Fix __lanesignore
Diffstat (limited to 'src/keeper.h')
-rw-r--r--src/keeper.h1
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
41static constexpr UniqueKey kNilSentinel{ 0xC457D4EDDB05B5E4ull, "lanes.null" }; 41static constexpr UniqueKey kNilSentinel{ 0xC457D4EDDB05B5E4ull, "lanes.null" };
42 42
43void 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
46using keeper_api_t = lua_CFunction; 45using keeper_api_t = lua_CFunction;