robmcmullen-apple2/src/charset.h
2014-04-02 13:00:00 -05:00

11 lines
148 B
C

#ifndef __CHARSET_H__
#define __CHARSET_H__
#include <stdint.h>
extern uint8_t textChar[];
extern uint8_t textChar2e[];
#endif // __CHARSET_H__