aboutsummaryrefslogtreecommitdiffstats
path: root/charset.h
blob: bfbd1f4fa440b1682bd8621b084f8f5cdb4fd095 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
#ifndef INCLUDE_BLASSIC_CHARSET_H
#define INCLUDE_BLASSIC_CHARSET_H

// charset.h
// Revision 13-jun-2006

namespace charset {

typedef unsigned char chardata [8];
typedef chardata chardataset [256];

extern const chardataset default_data;
extern const chardataset cpc_data;
extern const chardataset spectrum_data;
extern const chardataset msx_data;

extern chardataset data;

extern const chardataset * default_charset;

}

#endif

// End of charset.h
Un proyecto texto-plano.xyz