Re-added love.graphics.getWidth/getHeight

This commit is contained in:
Alex Szpakowski
2013-05-28 20:23:31 -03:00
parent 252aa114a7
commit 6a76e082e4
5 changed files with 32 additions and 7 deletions
@@ -42,6 +42,9 @@ int w_reset(lua_State *L);
int w_clear(lua_State *L);
int w_present(lua_State *L);
int w_isCreated(lua_State *L);
int w_getWidth(lua_State *L);
int w_getHeight(lua_State *L);
int w_getDimensions(lua_State *L);
int w_setScissor(lua_State *L);
int w_getScissor(lua_State *L);
int w_setStencil(lua_State *L);