Add love.event.quit

This commit is contained in:
Bart van Strien
2011-08-06 14:22:00 +02:00
parent 620d359331
commit 4165ac7e66
3 changed files with 11 additions and 0 deletions
+1
View File
@@ -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);