home *** CD-ROM | disk | FTP | other *** search
/ Encyclopedia of Graphics File Formats Companion / GFF_CD.ISO / software / unix / saoimage / sao1_07.tar / hfiles / struct.h < prev    next >
C/C++ Source or Header  |  1989-11-18  |  382b  |  18 lines

  1. #ifndef lint
  2. static char SccsStructId[] = "%W%  %G%";
  3. #endif
  4.  
  5. /* Module:    Struct.h
  6.  * Purpose:    Declare all of the major structure types
  7.  * Modified:    {0} Michael VanHilst    initial version          5 June 1989
  8.  *        {n} <who> -- <does what> -- <when>
  9.  */
  10.  
  11. #include "color.h"
  12. #include "control.h"
  13. #include "coord.h"
  14. #include "cursor.h"
  15. #include "image.h"
  16. #include "window.h"
  17. #include "buffer.h"
  18.