]> Shamusworld >> Repos - apple2/blob - src/charset.h
Docs were missing GPLv3. Thanks to schampailler for the heads up. :-)
[apple2] / src / charset.h
1 #ifndef __CHARSET_H__
2 #define __CHARSET_H__
3
4 #include <stdint.h>
5
6 extern uint8_t textChar[];
7 extern uint8_t textChar2e[];
8
9 #endif  // __CHARSET_H__
10