1
0
mirror of https://github.com/pevans/erc-c.git synced 2026-03-14 11:16:26 +00:00
Files
erc-c/include/apple2.hires.h
2018-03-13 16:08:31 -05:00

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