home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1994 November / macformat-018.iso / Utility Spectacular / Developer / PAPTool / headers.cp next >
Encoding:
Text File  |  1992-11-29  |  945 b   |  74 lines  |  [TEXT/MPS ]

  1. //    ©1992 Conrad Carlen & Manuel Veloso. All rights reserved.
  2. #ifndef __MEMORY__
  3. #include <Memory.h>
  4. #endif
  5.  
  6. #ifndef __QUICKDRAW__
  7. #include <Quickdraw.h>
  8. #endif
  9.  
  10. #ifndef __FONTS__
  11. #include <Fonts.h>
  12. #endif
  13.  
  14. #ifndef __CURSORCTL__
  15. #include <CursorCtl.h>
  16. #endif
  17.  
  18. #ifndef __EXCEPTIONS__
  19. #include <Exceptions.h>
  20. #endif
  21.  
  22. #ifndef __FOLDERS__
  23. #include <Folders.h>
  24. #endif
  25.  
  26. #ifndef __EVENTS__
  27. #include <Events.h>
  28. #endif
  29.  
  30. #ifndef __APPLETALK__
  31. #include <Appletalk.h>
  32. #endif
  33.  
  34. #ifndef __FILES__
  35. #include <Files.h>
  36. #endif
  37.  
  38. #ifndef __RESOURCES__
  39. #include <Resources.h>
  40. #endif
  41.  
  42. #ifndef __ERRMGR__
  43. #include <ErrMgr.h>
  44. #endif
  45.  
  46. #ifndef __IOSTREAM__
  47. #include <iostream.h>
  48. #endif
  49.  
  50. #ifndef __STRING__
  51. #include <String.h>
  52. #endif
  53.  
  54. #ifndef __IOMANIP__
  55. #include <iomanip.h>
  56. #endif
  57.  
  58. #ifndef __STRINGS__
  59. #include <Strings.h>
  60. #endif
  61.  
  62. #ifndef __CTYPE__
  63. #include <ctype.h>
  64. #endif
  65.  
  66. #ifndef __STDLIB__
  67. #include <stdlib.h>
  68. #endif
  69.  
  70. #ifndef __FSTREAM__
  71. #include <fstream.h>
  72. #endif
  73.  
  74.