summaryrefslogtreecommitdiff
path: root/uisimulator/sdl/lcd-bitmap.h
diff options
context:
space:
mode:
Diffstat (limited to 'uisimulator/sdl/lcd-bitmap.h')
-rw-r--r--uisimulator/sdl/lcd-bitmap.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/uisimulator/sdl/lcd-bitmap.h b/uisimulator/sdl/lcd-bitmap.h
index 514c4d3ffb..31403385b9 100644
--- a/uisimulator/sdl/lcd-bitmap.h
+++ b/uisimulator/sdl/lcd-bitmap.h
@@ -24,6 +24,10 @@
24#include "SDL.h" 24#include "SDL.h"
25 25
26void sim_lcd_init(void); 26void sim_lcd_init(void);
27#if LCD_DEPTH < 8
28void sim_lcd_ex_init(int shades, unsigned long (*getpixel)(int, int));
29void sim_lcd_ex_update_rect(int x, int y, int width, int height);
30#endif
27 31
28#endif // #ifndef __LCDBITMAP_H__ 32#endif // #ifndef __LCDBITMAP_H__
29 33