mirror of
https://github.com/love2d/love.git
synced 2026-08-17 19:23:38 +02:00
Export luax_resume for windows
This commit is contained in:
@@ -678,8 +678,9 @@ int luax_catchexcept(lua_State *L, const T& func, const F& finallyfunc)
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Compatibility shim for lua_resume
|
* Compatibility shim for lua_resume
|
||||||
|
* Exported because it's used in the launcher
|
||||||
**/
|
**/
|
||||||
int luax_resume(lua_State *L, int nargs);
|
LOVE_EXPORT int luax_resume(lua_State *L, int nargs);
|
||||||
|
|
||||||
} // love
|
} // love
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user