mirror of
https://github.com/pevans/erc-c.git
synced 2026-03-14 11:16:26 +00:00
9 lines
129 B
C
9 lines
129 B
C
#ifndef _APPLE2_HIRES_H_
|
|
#define _APPLE2_HIRES_H_
|
|
|
|
#include "apple2.h"
|
|
|
|
extern void apple2_hires_draw(apple2 *, size_t);
|
|
|
|
#endif
|