aboutsummaryrefslogtreecommitdiff
path: root/src/tools.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools.h')
-rw-r--r--src/tools.h4
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
27void populate_func_lookup_table(lua_State* const L_, int const i_, std::string_view const& name_); 27void populate_func_lookup_table(lua_State* const L_, int const i_, std::string_view const& name_);
28 28
29namespace 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