home *** CD-ROM | disk | FTP | other *** search
/ Computer Club Elmshorn Atari PD / CCE_PD.iso / pc / 0600 / CCE_0678.ZIP / CCE_0678.PD / E_GEM135 / SOURCE / PROTO.H < prev    next >
C/C++ Source or Header  |  1994-03-27  |  852b  |  38 lines

  1. #include "e_gem.h"
  2.  
  3. #ifdef __MINT_LIB__
  4. #define CAST    (TEDINFO *)
  5. #else
  6. #ifdef __PUREC__
  7. #define CAST    (long)
  8. #endif
  9. #endif
  10.  
  11. #define    _set_clip    restore_clipping
  12.  
  13. extern     char *strmfp(char *,char *, char *);
  14. extern  int    _is_hotkey(OBJECT *,int,int);
  15.  
  16. extern    IMAGES radios,checks,arrows_down,arrows_up,arrows_left,arrows_right,cycles;
  17. extern     boolean _back_win;
  18. extern     DIAINFO *_dia_list[];
  19. extern     int _dia_len,_bevent;
  20.  
  21. void    _bitblt(OBJECT *,MFDB *,boolean);
  22. void     _line(int,int,int,int);
  23. void     _bar(int,int,int,int,int,int);
  24. void     _rectangle(int,int,int,int);
  25. void     _vdi_attr(int,int,int);
  26. void     _text_attr(int,int,int);
  27.  
  28. int        _get_hotkey(OBJECT *,int);
  29. char    _upper(char);
  30. char    _lower(char);
  31.  
  32. void     _beg_ctrl(void);
  33. void     _end_ctrl(void);
  34.  
  35. void     _no_click(void);
  36. void    _mouse_pos(int *,int *);
  37. int        _mouse_but(void);
  38.