forked from len0rd/rockbox
Accept FS#7218 by Dave Hooper: Bitmap version of the sliding puzzle game.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16168 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
5991478628
commit
02f1839bfe
14 changed files with 417 additions and 190 deletions
|
@ -22,10 +22,12 @@
|
|||
#include "lcd.h"
|
||||
#include "plugin.h"
|
||||
|
||||
#ifdef HAVE_LCD_COLOR
|
||||
/**
|
||||
* Save bitmap to file
|
||||
*/
|
||||
int save_bmp_file( char* filename, struct bitmap *bm, struct plugin_api* rb );
|
||||
#endif
|
||||
|
||||
/**
|
||||
Very simple image scale from src to dst (nearest neighbour).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue