aboutsummaryrefslogtreecommitdiff
path: root/src/tools.hpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/tools.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools.hpp b/src/tools.hpp
index 7955263..420b5f8 100644
--- a/src/tools.hpp
+++ b/src/tools.hpp
@@ -36,6 +36,6 @@ static constexpr RegistryUniqueKey kLookupRegKey{ 0xBF1FC5CF3C6DD47Bull }; // re
36namespace tools { 36namespace tools {
37 void PopulateFuncLookupTable(lua_State* L_, StackIndex i_, std::string_view const& name_); 37 void PopulateFuncLookupTable(lua_State* L_, StackIndex i_, std::string_view const& name_);
38 [[nodiscard]] 38 [[nodiscard]]
39 std::string_view PushFQN(lua_State* L_, StackIndex t_, TableIndex last_); 39 std::string_view PushFQN(lua_State* L_, StackIndex t_);
40 void SerializeRequire(lua_State* L_); 40 void SerializeRequire(lua_State* L_);
41} // namespace tools 41} // namespace tools