mirror of
https://github.com/pevans/erc-c.git
synced 2025-08-09 11:25:04 +00:00
Add apple2 header file
This commit is contained in:
@@ -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);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user