mirror of
https://github.com/love2d/love.git
synced 2026-08-18 11:44:15 +02:00
Added love.event.clear, because why not. (Issue #202).
This commit is contained in:
@@ -35,6 +35,7 @@ namespace sdl
|
||||
int w_poll(lua_State * L);
|
||||
int w_wait(lua_State * L);
|
||||
int w_push(lua_State * L);
|
||||
int w_clear(lua_State * L);
|
||||
|
||||
extern "C" LOVE_EXPORT int luaopen_love_event(lua_State * L);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user