mirror of
https://github.com/love2d/love.git
synced 2026-08-16 16:20:42 +02:00
Add love.event.quit
This commit is contained in:
@@ -36,6 +36,7 @@ namespace sdl
|
||||
int w_wait(lua_State * L);
|
||||
int w_push(lua_State * L);
|
||||
int w_clear(lua_State * L);
|
||||
int w_quit(lua_State * L);
|
||||
|
||||
extern "C" LOVE_EXPORT int luaopen_love_event(lua_State * L);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user