robmcmullen-apple2/src/charset.h

11 lines
148 B
C
Raw Permalink Normal View History

#ifndef __CHARSET_H__
#define __CHARSET_H__
2007-05-29 03:06:33 +00:00
2014-04-02 18:00:00 +00:00
#include <stdint.h>
extern uint8_t textChar[];
extern uint8_t textChar2e[];
2007-05-29 03:06:33 +00:00
#endif // __CHARSET_H__
2007-05-29 03:06:33 +00:00