summaryrefslogtreecommitdiff
path: root/apps/plugins/lib/playergfx.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/lib/playergfx.h')
-rw-r--r--apps/plugins/lib/playergfx.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/plugins/lib/playergfx.h b/apps/plugins/lib/playergfx.h
index 98664117aa..ced484398e 100644
--- a/apps/plugins/lib/playergfx.h
+++ b/apps/plugins/lib/playergfx.h
@@ -38,6 +38,8 @@ void pgfx_drawline(int x1, int y1, int x2, int y2);
38void pgfx_clearline(int x1, int y1, int x2, int y2); 38void pgfx_clearline(int x1, int y1, int x2, int y2);
39void pgfx_invertline(int x1, int y1, int x2, int y2); 39void pgfx_invertline(int x1, int y1, int x2, int y2);
40void pgfx_invertrect (int x, int y, int nx, int ny); 40void pgfx_invertrect (int x, int y, int nx, int ny);
41void pgfx_bitmap (const unsigned char *src, int x, int y, int nx, int ny,
42 bool clear);
41 43
42#endif /* HAVE_LCD_CHARCELLS */ 44#endif /* HAVE_LCD_CHARCELLS */
43#endif /* __PGFX_H__ */ 45#endif /* __PGFX_H__ */