Fixed bug in love.event. Started on error screen.

This commit is contained in:
rude
2009-08-20 22:58:25 +02:00
parent a31ada3b48
commit ae8d660868
3 changed files with 53 additions and 7 deletions
+1
View File
@@ -76,6 +76,7 @@ namespace sdl
* The iterator function.
**/
static int poll_i(lua_State * L);
static int wait_i(lua_State * L);
private: