8 lines
156 B
C
8 lines
156 B
C
|
|
||
|
#define NO_GRAPHICS 1
|
||
|
#define DEC_GRAPHICS 2
|
||
|
#define IBM_GRAPHICS 3
|
||
|
|
||
|
void populate_gfx_array (int gfxset);
|
||
|
unsigned char strip_gfx (unsigned char inchar);
|