Files
GabsPuNs-Project_Zenith_Main/Minecraft.Client/Windows64/Libs/RmlUi/Source/Lua/GlobalLuaFunctions.h
2026-06-10 16:12:51 +02:00

12 lines
284 B
C++

#pragma once
typedef struct lua_State lua_State;
namespace Rml {
namespace Lua {
void OverrideLuaGlobalFunctions(lua_State* L);
// overrides pairs and ipairs to respect __pairs and __ipairs metamethods
// overrdes print to print to the console
} // namespace Lua
} // namespace Rml