2004-01-30 03:28:48 +01:00
|
|
|
#ifndef INCLUDED_stripgfx_h
|
|
|
|
#define INCLUDED_stripgfx_h
|
2003-12-30 22:30:32 +01:00
|
|
|
|
|
|
|
#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);
|
2004-01-30 03:28:48 +01:00
|
|
|
|
|
|
|
#endif /* !INCLUDED_stripgfx_h */
|