mirror of
https://github.com/love2d/love.git
synced 2026-08-17 11:00:31 +02:00
Added Image:getFlags.
This commit is contained in:
@@ -39,6 +39,7 @@ int w_Image_getMipmapFilter(lua_State *L);
|
||||
int w_Image_isCompressed(lua_State *L);
|
||||
int w_Image_refresh(lua_State *L);
|
||||
int w_Image_getData(lua_State *L);
|
||||
int w_Image_getFlags(lua_State *L);
|
||||
extern "C" int luaopen_image(lua_State *L);
|
||||
|
||||
} // opengl
|
||||
|
||||
Reference in New Issue
Block a user