/* makersh.prg global variables */ int contrl[12],intin[128],ptsin[128],intout[128],ptsout[128]; int work_out[57]; int work_in[12]; int handle; RSHDR rheader; BITBLK *bitblks; ICONBLK *iconblks; TEDINFO *teds; OBJECT *objs; int curimage = -1 ; char *types[] = { "G_BOX", "G_TEXT", "G_BOXTEXT", "G_IMAGE", "G_USERDEF", "G_IBOX", "G_BUTTON", "G_BOXCHAR", "G_STRING", "G_FTEXT", "G_FBOXTEXT", "G_ICON", "G_TITLE" }; char *head; long *stradds,*bbadds; FILE *in; FILE *out; int strmax = MAXSTR; int nstrings = 0; int nimages = 0;