Export luax_resume for windows

This commit is contained in:
Bart van Strien
2018-05-11 17:35:24 +02:00
parent fb793944e4
commit cac369ee44
+2 -1
View File
@@ -678,8 +678,9 @@ int luax_catchexcept(lua_State *L, const T& func, const F& finallyfunc)
/**
* 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