diff options
author | Benoit Germain <benoit.germain@ubisoft.com> | 2025-03-07 17:44:59 +0100 |
---|---|---|
committer | Benoit Germain <benoit.germain@ubisoft.com> | 2025-03-07 17:44:59 +0100 |
commit | aaef96a2faeb761b2a8b893158899f48c39cbf4b (patch) | |
tree | b500548e19ce09e1695598af21d486765cc6441a /src/tools.hpp | |
parent | b92dbd75b1c9988dcc83e5876e1ce2815145fa30 (diff) | |
download | lanes-aaef96a2faeb761b2a8b893158899f48c39cbf4b.tar.gz lanes-aaef96a2faeb761b2a8b893158899f48c39cbf4b.tar.bz2 lanes-aaef96a2faeb761b2a8b893158899f48c39cbf4b.zip |
Revamped lanes.nameof
Diffstat (limited to 'src/tools.hpp')
-rw-r--r-- | src/tools.hpp | 2 |
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 | |||
36 | namespace tools { | 36 | namespace 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 |