Implemented screendump for the player sim.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9977 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jens Arnold 2006-05-23 07:48:43 +00:00
parent 476ba3b6a4
commit 8325e0bf24
3 changed files with 92 additions and 3 deletions

View file

@ -23,7 +23,10 @@
#include "lcd.h"
#include "SDL.h"
#ifdef HAVE_LCD_CHARCELLS
void sim_lcd_init(void);
void screen_dump(void);
#endif
#endif /* #ifndef __LCDCHARCELL_H__ */