mirror of
https://github.com/love2d/love.git
synced 2026-08-16 16:20:42 +02:00
Restore lua 5.2/5.3 compatibility (fixes #1408)
This commit is contained in:
@@ -676,6 +676,11 @@ int luax_catchexcept(lua_State *L, const T& func, const F& finallyfunc)
|
||||
return 0;
|
||||
}
|
||||
|
||||
/**
|
||||
* Compatibility shim for lua_resume
|
||||
**/
|
||||
int luax_resume(lua_State *L, int nargs);
|
||||
|
||||
} // love
|
||||
|
||||
#endif // LOVE_RUNTIME_H
|
||||
|
||||
Reference in New Issue
Block a user