mirror of
https://github.com/pevans/erc-c.git
synced 2024-11-23 23:32:45 +00:00
10 lines
174 B
C
10 lines
174 B
C
#ifndef _APPLE2_LORES_H_
|
|
#define _APPLE2_LORES_H_
|
|
|
|
#include "apple2.h"
|
|
|
|
extern void apple2_lores_draw(apple2 *, size_t);
|
|
extern vm_color apple2_lores_color(vm_8bit);
|
|
|
|
#endif
|