home *** CD-ROM | disk | FTP | other *** search
/ ftp.cs.arizona.edu / ftp.cs.arizona.edu.tar / ftp.cs.arizona.edu / icon / historic / v941.tgz / icon.v941src.tar / icon.v941src / src / h / gsupport.h < prev    next >
C/C++ Source or Header  |  2001-12-12  |  619b  |  30 lines

  1. /*
  2.  * Group of include files for translators, etc.
  3.  */
  4.  
  5. #include "../h/define.h"
  6.  
  7. #if CSET2V2
  8.    #include <io.h>
  9. #endif                    /* CSet/2 ver 2 */
  10.  
  11. #if !VMS && !UNIX     /* don't need path.h */
  12.    #include "../h/path.h"
  13. #endif                    /* !VMS && !UNIX */
  14.  
  15. #include "../h/arch.h"
  16. #include "../h/config.h"
  17. #include "../h/sys.h"
  18. #include "../h/typedefs.h"
  19. #include "../h/cstructs.h"
  20. #include "../h/proto.h"
  21. #include "../h/cpuconf.h"
  22.  
  23. #ifdef ConsoleWindow
  24.    #include "../h/rmacros.h"
  25.    #include "../h/rstructs.h"
  26.    #include "../h/graphics.h"
  27.    #include "../h/rexterns.h"
  28.    #include "../h/rproto.h"
  29. #endif                    /* ConsoleWindow */
  30.