mirror of
https://github.com/pevans/erc-c.git
synced 2024-12-21 23:29:16 +00:00
Add apple2 header file
This commit is contained in:
parent
a86fc8e80e
commit
68084cc0c3
@ -1,6 +1,9 @@
|
|||||||
#ifndef _APPLE2_DRAW_H_
|
#ifndef _APPLE2_DRAW_H_
|
||||||
#define _APPLE2_DRAW_H_
|
#define _APPLE2_DRAW_H_
|
||||||
|
|
||||||
|
#include "apple2.h"
|
||||||
|
#include "vm_bits.h"
|
||||||
|
|
||||||
extern void apple2_draw_pixel(apple2 *, vm_16bit);
|
extern void apple2_draw_pixel(apple2 *, vm_16bit);
|
||||||
extern void apple2_draw_text(apple2 *, vm_16bit);
|
extern void apple2_draw_text(apple2 *, vm_16bit);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user