diff options
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 |