1
0
mirror of https://github.com/pevans/erc-c.git synced 2024-07-06 23:29:01 +00:00
erc-c/include/apple2.draw.h
2017-12-22 15:48:48 -06:00

8 lines
158 B
C

#ifndef _APPLE2_DRAW_H_
#define _APPLE2_DRAW_H_
extern void apple2_draw_pixel(apple2 *, vm_16bit);
extern void apple2_draw_text(apple2 *, vm_16bit);
#endif