aboutsummaryrefslogtreecommitdiffstats
path: root/charset.h
diff options
context:
space:
mode:
Diffstat (limited to 'charset.h')
-rw-r--r--charset.h25
1 files changed, 25 insertions, 0 deletions
diff --git a/charset.h b/charset.h
new file mode 100644
index 0000000..bfbd1f4
--- /dev/null
+++ b/charset.h
@@ -0,0 +1,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