mirror of
https://github.com/pevans/erc-c.git
synced 2025-08-07 14:25:08 +00:00
Add missing decl for apple2_draw_lores()
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user