home *** CD-ROM | disk | FTP | other *** search
/ Encyclopedia of Graphics File Formats Companion / GFF_CD.ISO / software / unix / saoimage / sao1_07.tar / hfiles / extern.h < prev    next >
C/C++ Source or Header  |  1990-04-21  |  651b  |  25 lines

  1. /*
  2.  *  Extern.h
  3.  *
  4.  *  Mike VanHilst, Smithsonian Astrophysical Observatory
  5.  *  Cambridge, Massachusetts           December 31, 1987
  6.  *
  7.  *  updated with new names 21 September 1988, 30 January 1989
  8.  *
  9.  *  externs to reference structures declared in MainInit.c
  10.  */
  11.  
  12.  
  13. extern struct windowRec btnbox;
  14. extern struct colorRec color;
  15. extern struct windowRec colorbox;
  16. extern struct controlRec control;
  17. extern struct coordRec coord;
  18. extern struct windowRec dispbox;
  19. extern struct windowRec graphbox;
  20. extern struct imageRec img;
  21. extern struct windowRec magnibox;
  22. extern struct windowRec panbox;
  23. extern struct cursorRec cursor;
  24. extern struct bufferRec buffer;
  25.