]> Shamusworld >> Repos - apple2/blob - src/charset.h
Squashed bug that crept in to config.cpp. :-(
[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