Made error screen and reverted love.event.wait.

This commit is contained in:
rude
2009-08-24 21:38:35 +02:00
parent 090d2e1cdb
commit ab981ea982
5 changed files with 119 additions and 68 deletions
-2
View File
@@ -76,8 +76,6 @@ namespace sdl
* The iterator function.
**/
static int poll_i(lua_State * L);
static int wait_i(lua_State * L);
private:
static int pushEvent(lua_State * L, SDL_Event & e);