diff options
Diffstat (limited to 'src/linda.h')
-rw-r--r-- | src/linda.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/linda.h b/src/linda.h index f3b1844..21b6ecc 100644 --- a/src/linda.h +++ b/src/linda.h | |||
@@ -13,6 +13,11 @@ struct Keeper; | |||
13 | 13 | ||
14 | // ################################################################################################# | 14 | // ################################################################################################# |
15 | 15 | ||
16 | // xxh64 of string "kLindaBatched" generated at https://www.pelock.com/products/hash-calculator | ||
17 | static constexpr UniqueKey kLindaBatched{ 0xB8234DF772646567ull, "linda.batched" }; | ||
18 | |||
19 | // ################################################################################################# | ||
20 | |||
16 | using LindaGroup = Unique<int>; | 21 | using LindaGroup = Unique<int>; |
17 | 22 | ||
18 | class Linda : public DeepPrelude // Deep userdata MUST start with this header | 23 | class Linda : public DeepPrelude // Deep userdata MUST start with this header |