luau/Require/Runtime/src/RequireImpl.h
2025-04-11 14:53:57 -07:00

11 lines
238 B
C++

// This file is part of the Luau programming language and is licensed under MIT License; see LICENSE.txt for details
#pragma once
struct lua_State;
namespace Luau::Require
{
int lua_require(lua_State* L);
} // namespace Luau::Require