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:
parent
809c1724f1
commit
52e5f8afa7
@ -6,6 +6,7 @@
|
||||
|
||||
extern void apple2_draw(apple2 *);
|
||||
extern void apple2_draw_40col(apple2 *);
|
||||
extern void apple2_draw_lores(apple2 *);
|
||||
extern void apple2_draw_pixel(apple2 *, vm_16bit);
|
||||
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user