mirror of
https://github.com/love2d/love.git
synced 2026-08-17 19:23:38 +02:00
added love.graphics.setIcon
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user