1
0
mirror of https://github.com/pevans/erc-c.git synced 2024-11-23 08:31:55 +00:00

Add missing decl for apple2_draw_lores()

This commit is contained in:
Peter Evans 2018-03-13 15:55:43 -05:00
parent 809c1724f1
commit 52e5f8afa7

View File

@ -6,6 +6,7 @@
extern void apple2_draw(apple2 *); extern void apple2_draw(apple2 *);
extern void apple2_draw_40col(apple2 *); extern void apple2_draw_40col(apple2 *);
extern void apple2_draw_lores(apple2 *);
extern void apple2_draw_pixel(apple2 *, vm_16bit); extern void apple2_draw_pixel(apple2 *, vm_16bit);
#endif #endif