ALL: synced with ScummVM
This commit is contained in:
parent
1f3ad19a38
commit
068ff94d20
228 changed files with 11689 additions and 4232 deletions
|
@ -90,4 +90,10 @@ inline bool createThumbnailFromScreen(Graphics::Surface *surf) { return true; }
|
|||
*/
|
||||
extern bool createThumbnail(Graphics::Surface *surf, const uint8 *pixels, int w, int h, const uint8 *palette);
|
||||
|
||||
/**
|
||||
* Downscale screenshot to thumbnale size.
|
||||
*
|
||||
*/
|
||||
extern bool createThumbnail(Graphics::Surface &out, Graphics::Surface &in);
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue