home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1995 January / macformat-020.iso / Shareware City / Developers / apps.to.go / DTS.Lib / DTS.Lib.headers / DTS.Lib.protos.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-06-12  |  1.5 KB  |  113 lines  |  [TEXT/KAHL]

  1. #ifndef __DLPROTOS__
  2. #define __DLPROTOS__
  3.  
  4. #ifndef __APPLEEVENTS__
  5. #include <AppleEvents.h>
  6. #endif
  7.  
  8. #ifndef __APPLETALK__
  9. #include <AppleTalk.h>
  10. #endif
  11.  
  12. #ifndef __LISTS__
  13. #include <Lists.h>
  14. #endif
  15.  
  16. #ifndef __MENUS__
  17. #include <Menus.h>
  18. #endif
  19.  
  20. #ifndef __PPCTOOLBOX__
  21. #include <PPCToolbox.h>
  22. #endif
  23.  
  24. #ifndef __STANDARDFILE__
  25. #include <StandardFile.h>
  26. #endif
  27.  
  28.  
  29.  
  30. #ifndef         __AECONNECT__
  31. #include        "AEConnect.h"
  32. #endif
  33.  
  34. #ifndef         __AEREQUIRED__
  35. #include        "AERequired.h"
  36. #endif
  37.  
  38. #ifndef         __AEUTILS__
  39. #include        "AEUtils.h"
  40. #endif
  41.  
  42. #ifndef         __AEWFMT__
  43. #include        "AEWFMT.h"
  44. #endif
  45.  
  46. #ifndef         __APPWANNABE__
  47. #include        "AppWannabe.h"
  48. #endif
  49.  
  50. #ifndef         __ATUTILS__
  51. #include        "ATUtils.h"
  52. #endif
  53.  
  54. #ifndef         __CICONCONTROL__
  55. #include        "CIconControl.h"
  56. #endif
  57.  
  58. #ifndef         __CTLHANDLER__
  59. #include        "CtlHandler.h"
  60. #endif
  61.  
  62. #ifndef         __FILE2__
  63. #include        "File2.h"
  64. #endif
  65.  
  66. #ifndef         __INIT__
  67. #include        "Init.h"
  68. #endif
  69.  
  70. #ifndef         __GWLAYERS__
  71. #include        "GWLayers.h"
  72. #endif
  73.  
  74. #ifndef         __LISTCONTROL__
  75. #include        "ListControl.h"
  76. #endif
  77.  
  78. #ifndef         __PICTCONTROL__
  79. #include        "PICTControl.h"
  80. #endif
  81.  
  82. #ifndef         __PPC__
  83. #include        "PPC.h"
  84. #endif
  85.  
  86. #ifndef         __PRINT__
  87. #include        "Print.h"
  88. #endif
  89.  
  90. #ifndef         __SYS6HELP__
  91. #include        "Sys6Help.h"
  92. #endif
  93.  
  94. #ifndef         __TEXTEDITCONTROL__
  95. #include        "TextEditControl.h"
  96. #endif
  97.  
  98. #ifndef         __TREEOBJ__
  99. #include        "TreeObj.h"
  100. #endif
  101.  
  102. #ifndef         __VIEWHIER__
  103. #include        "ViewHier.h"
  104. #endif
  105.  
  106. #ifndef         __WINDOW2__
  107. #include        "Window2.h"
  108. #endif
  109.  
  110.  
  111.  
  112. #endif
  113.