diff options
author | Benoit Germain <benoit.germain@ubisoft.com> | 2024-05-29 11:56:33 +0200 |
---|---|---|
committer | Benoit Germain <benoit.germain@ubisoft.com> | 2024-05-29 11:56:33 +0200 |
commit | d9400c00c05590e0d0e40e6775dc338d28b92f14 (patch) | |
tree | d7cab3e197d9131555aa8e77f21e72b24a6e2040 /src/tools.h | |
parent | 05921ccb8205a4dcf1897dd8be9aa30a09e9a379 (diff) | |
download | lanes-d9400c00c05590e0d0e40e6775dc338d28b92f14.tar.gz lanes-d9400c00c05590e0d0e40e6775dc338d28b92f14.tar.bz2 lanes-d9400c00c05590e0d0e40e6775dc338d28b92f14.zip |
Modernize serialize_require
Diffstat (limited to 'src/tools.h')
-rw-r--r-- | src/tools.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/tools.h b/src/tools.h index 4857eeb..3659b42 100644 --- a/src/tools.h +++ b/src/tools.h | |||
@@ -26,6 +26,10 @@ enum class FuncSubType | |||
26 | 26 | ||
27 | void populate_func_lookup_table(lua_State* const L_, int const i_, std::string_view const& name_); | 27 | void populate_func_lookup_table(lua_State* const L_, int const i_, std::string_view const& name_); |
28 | 28 | ||
29 | namespace tools { | ||
30 | void SerializeRequire(lua_State* L_); | ||
31 | } // namespace tools | ||
32 | |||
29 | // ################################################################################################# | 33 | // ################################################################################################# |
30 | 34 | ||
31 | // xxh64 of string "kConfigRegKey" generated at https://www.pelock.com/products/hash-calculator | 35 | // xxh64 of string "kConfigRegKey" generated at https://www.pelock.com/products/hash-calculator |