ATM.H
Go to the documentation of this file.00001
00002
00003
00004
00005
00006 #define MEMFAIL 2
00007
00008 typedef unsigned char byte;
00016 typedef struct TWO_INTEGERS_ATM_tag {
00017 short i,com;
00018 } two_integers;
00019
00020
00021
00030 typedef struct CHARACTER_PROGRAM_tag{
00031 int n;
00032 struct TWO_INTEGERS_ATM_tag *p;
00033 } character_program;
00034
00035
00036
00044 typedef struct ATM_STRUCTURE_tag {
00045 int ATM_bevel_front,ATM_bevel_back,ATM_bevel_angle,
00046 ATM_bevel_width,ATM_chara_width,ATM_char_preview,
00047 ATM_cap,ATM_offset,FORB;
00048 char last_ATM_font[128],ATM_Letters[64];
00049 unsigned char ATM_face_colour[3],ATM_side_colour[3],ATM_beve_colour[3];
00050 } ATM_STRUCTURE;