mirror of
https://github.com/love2d/love.git
synced 2026-08-16 08:11:02 +02:00
Removed EncodedImageData, added three new encoded image formats, and changed the way screenshots work - saving screenshots will be broken until we have some way of flipping ImageData, though
--HG-- branch : minor
This commit is contained in:
@@ -31,7 +31,6 @@ namespace image
|
||||
{
|
||||
int w_getFormats(lua_State * L);
|
||||
int w_newImageData(lua_State * L);
|
||||
int w_newEncodedImageData(lua_State * L);
|
||||
extern "C" LOVE_EXPORT int luaopen_love_image(lua_State * L);
|
||||
|
||||
} // image
|
||||
|
||||
Reference in New Issue
Block a user