/* * INIT.H * * header-module of init.c (part of jet_conf.prg) * initializes all program-parts * */ /*--- includes ---*/ /*--- defines ---*/ #define gl_wchar attrib[6] #define gl_hchar attrib[7] /*--- types ---*/ /*--- variables ---*/ GLOBAL WORD tos; GLOBAL WORD phys_handle, vdi_handle; GLOBAL WORD attrib[10]; GLOBAL WORD gl_wbox, gl_hbox, gl_wattr, gl_hattr; GLOBAL WORD work_out[57]; GLOBAL GRECT desk; /*--- prototypes ---*/ GLOBAL WORD prog_init( VOID ); GLOBAL WORD prog_exit( VOID ); /*--- End of init.h module ---*/