home *** CD-ROM | disk | FTP | other *** search
/ ftp.cs.arizona.edu / ftp.cs.arizona.edu.tar / ftp.cs.arizona.edu / icon / historic / v92.tgz / v92.tar / v92 / src / h / rt.h < prev    next >
C/C++ Source or Header  |  1996-03-22  |  573b  |  31 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. #if VMS
  10. /* don't need path.h */
  11. #else                    /* VMS */
  12. #include "::h:path.h"
  13. #endif                    /* VMS */
  14. #include "::h:config.h"
  15. #include "::h:sys.h"
  16. #include "::h:typedefs.h"
  17. #include "::h:cstructs.h"
  18. #include "::h:cpuconf.h"
  19. #include "::h:monitor.h"
  20. #include "::h:rmacros.h"
  21. #include "::h:rstructs.h"
  22.  
  23. #ifdef Graphics
  24. #include "::h:graphics.h"
  25. #endif                    /* Graphics */
  26.  
  27. #include "::h:rexterns.h"
  28. #include "::h:proto.h"
  29. #include "::h:rproto.h"
  30. #endif                    /* RT_DOT_H */
  31.