added love.graphics.setIcon

This commit is contained in:
Bill Meltsner
2010-08-01 08:56:05 -05:00
parent f85c5f3671
commit 176645e25d
5 changed files with 36 additions and 3 deletions
@@ -42,6 +42,7 @@ namespace opengl
int w_reset(lua_State * L);
int w_clear(lua_State * L);
int w_present(lua_State * L);
int w_setIcon(lua_State * L);
int w_setCaption(lua_State * L);
int w_getCaption(lua_State * L);
int w_getWidth(lua_State * L);