Added love.graphics.getDimensions and Image/Canvas/ImageData:getDimensions (issue #566)

This commit is contained in:
Alex Szpakowski
2013-03-11 19:03:37 -03:00
parent 4704c4e19e
commit 17bcab4f32
8 changed files with 39 additions and 0 deletions
+1
View File
@@ -35,6 +35,7 @@ namespace opengl
Image *luax_checkimage(lua_State *L, int idx);
int w_Image_getWidth(lua_State *L);
int w_Image_getHeight(lua_State *L);
int w_Image_getDimensions(lua_State *L);
int w_Image_setFilter(lua_State *L);
int w_image_getFilter(lua_State *L);
int w_Image_setMipmapFilter(lua_State *L);