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 / rt.h < prev    next >
C/C++ Source or Header  |  2001-12-06  |  518b  |  28 lines

  1. #ifndef RT_DOT_H    /* only include once */
  2. #define RT_DOT_H 1
  3.  
  4. /*
  5.  * Include files.
  6.  */
  7.  
  8. #include "../h/define.h"
  9. #include "../h/arch.h"
  10. #include "../h/config.h"
  11. #include "../h/sys.h"
  12. #include "../h/typedefs.h"
  13. #include "../h/cstructs.h"
  14. #include "../h/proto.h"
  15. #include "../h/cpuconf.h"
  16. #include "../h/monitor.h"
  17. #include "../h/rmacros.h"
  18. #include "../h/rstructs.h"
  19.  
  20. #ifdef Graphics
  21.    #include "../h/graphics.h"
  22. #endif                    /* Graphics */
  23.  
  24. #include "../h/rexterns.h"
  25. #include "../h/rproto.h"
  26.  
  27. #endif                    /* RT_DOT_H */
  28.