aboutsummaryrefslogtreecommitdiff
path: root/src/compat.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/compat.h')
-rw-r--r--src/compat.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/compat.h b/src/compat.h
index 8963ef7..d84447b 100644
--- a/src/compat.h
+++ b/src/compat.h
@@ -292,6 +292,10 @@ inline int luaG_dump(lua_State* L_, lua_Writer writer_, void* data_, int strip_)
292 292
293// ------------------------------------------------------------------------------------------------- 293// -------------------------------------------------------------------------------------------------
294 294
295int luaG_getalluservalues(lua_State* L_, int idx_);
296
297// -------------------------------------------------------------------------------------------------
298
295LuaType luaG_getmodule(lua_State* L_, std::string_view const& name_); 299LuaType luaG_getmodule(lua_State* L_, std::string_view const& name_);
296 300
297// ------------------------------------------------------------------------------------------------- 301// -------------------------------------------------------------------------------------------------