Team Fortress 2 Source Code as on 22/4/2020
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

281 lines
4.0 KiB

  1. /*
  2. File: Carbon.h
  3. Contains: Master include for all of Carbon
  4. Version: QuickTime 7.3
  5. Copyright: (c) 2007 (c) 2000-2001 by Apple Computer, Inc., all rights reserved.
  6. Bugs?: For bug reports, consult the following page on
  7. the World Wide Web:
  8. http://developer.apple.com/bugreporter/
  9. */
  10. #ifndef __CARBON__
  11. #define __CARBON__
  12. #ifndef __CORESERVICES__
  13. #include <CoreServices.h>
  14. #endif
  15. #ifndef __APPLICATIONSERVICES__
  16. #include <ApplicationServices.h>
  17. #endif
  18. #ifndef __APPLICATIONSERVICES__
  19. #include <ApplicationServices.h>
  20. #endif
  21. #ifndef __HIOBJECT__
  22. #include <HIObject.h>
  23. #endif
  24. #ifndef __HITOOLBAR__
  25. #include <HIToolbar.h>
  26. #endif
  27. #ifndef __HIVIEW__
  28. #include <HIView.h>
  29. #endif
  30. #ifndef __HITEXTUTILS__
  31. #include <HITextUtils.h>
  32. #endif
  33. #ifndef __HISHAPE__
  34. #include <HIShape.h>
  35. #endif
  36. #ifndef __BALLOONS__
  37. #include <Balloons.h>
  38. #endif
  39. #ifndef __EVENTS__
  40. #include <Events.h>
  41. #endif
  42. #ifndef __NOTIFICATION__
  43. #include <Notification.h>
  44. #endif
  45. #ifndef __DRAG__
  46. #include <Drag.h>
  47. #endif
  48. #ifndef __CONTROLS__
  49. #include <Controls.h>
  50. #endif
  51. #ifndef __APPEARANCE__
  52. #include <Appearance.h>
  53. #endif
  54. #ifndef __MACWINDOWS__
  55. #include <MacWindows.h>
  56. #endif
  57. #ifndef __TEXTEDIT__
  58. #include <TextEdit.h>
  59. #endif
  60. #ifndef __MENUS__
  61. #include <Menus.h>
  62. #endif
  63. #ifndef __DIALOGS__
  64. #include <Dialogs.h>
  65. #endif
  66. #ifndef __LISTS__
  67. #include <Lists.h>
  68. #endif
  69. #ifndef __CARBONEVENTSCORE__
  70. #include <CarbonEventsCore.h>
  71. #endif
  72. #ifndef __CARBONEVENTS__
  73. #include <CarbonEvents.h>
  74. #endif
  75. #ifndef __TEXTSERVICES__
  76. #include <TextServices.h>
  77. #endif
  78. #ifndef __SCRAP__
  79. #include <Scrap.h>
  80. #endif
  81. #ifndef __MACTEXTEDITOR__
  82. #include <MacTextEditor.h>
  83. #endif
  84. #ifndef __MACHELP__
  85. #include <MacHelp.h>
  86. #endif
  87. #ifndef __CONTROLDEFINITIONS__
  88. #include <ControlDefinitions.h>
  89. #endif
  90. #ifndef __TSMTE__
  91. #include <TSMTE.h>
  92. #endif
  93. #ifndef __TRANSLATIONEXTENSIONS__
  94. #include <TranslationExtensions.h>
  95. #endif
  96. #ifndef __TRANSLATION__
  97. #include <Translation.h>
  98. #endif
  99. #ifndef __AEINTERACTION__
  100. #include <AEInteraction.h>
  101. #endif
  102. #ifndef __TYPESELECT__
  103. #include <TypeSelect.h>
  104. #endif
  105. #ifndef __MACAPPLICATION__
  106. #include <MacApplication.h>
  107. #endif
  108. #ifndef __KEYBOARDS__
  109. #include <Keyboards.h>
  110. #endif
  111. #ifndef __IBCARBONRUNTIME__
  112. #include <IBCarbonRuntime.h>
  113. #endif
  114. #ifndef __CORESERVICES__
  115. #include <CoreServices.h>
  116. #endif
  117. #ifndef __SOUND__
  118. #include <Sound.h>
  119. #endif
  120. #ifndef __CORESERVICES__
  121. #include <CoreServices.h>
  122. #endif
  123. #ifndef __OSA__
  124. #include <OSA.h>
  125. #endif
  126. #ifndef __OSACOMP__
  127. #include <OSAComp.h>
  128. #endif
  129. #ifndef __OSAGENERIC__
  130. #include <OSAGeneric.h>
  131. #endif
  132. #ifndef __APPLESCRIPT__
  133. #include <AppleScript.h>
  134. #endif
  135. #ifndef __ASDEBUGGING__
  136. #include <ASDebugging.h>
  137. #endif
  138. #ifndef __ASREGISTRY__
  139. #include <ASRegistry.h>
  140. #endif
  141. #ifndef __FINDERREGISTRY__
  142. #include <FinderRegistry.h>
  143. #endif
  144. #ifndef __DIGITALHUBREGISTRY__
  145. #include <DigitalHubRegistry.h>
  146. #endif
  147. #ifndef __APPLICATIONSERVICES__
  148. #include <ApplicationServices.h>
  149. #endif
  150. #ifndef __PMAPPLICATION__
  151. #include <PMApplication.h>
  152. #endif
  153. #ifndef __NAVIGATION__
  154. #include <Navigation.h>
  155. #endif
  156. #ifndef __APPLICATIONSERVICES__
  157. #include <ApplicationServices.h>
  158. #endif
  159. #ifndef __COLORPICKER__
  160. #include <ColorPicker.h>
  161. #endif
  162. #ifndef __CMCALIBRATOR__
  163. #include <CMCalibrator.h>
  164. #endif
  165. #ifndef __NSL__
  166. #include <NSL.h>
  167. #endif
  168. #ifndef __FONTPANEL__
  169. #include <FontPanel.h>
  170. #endif
  171. #ifndef __HTMLRENDERING__
  172. #include <HTMLRendering.h>
  173. #endif
  174. #ifndef __SPEECHRECOGNITION__
  175. #include <SpeechRecognition.h>
  176. #endif
  177. #ifndef __CORESERVICES__
  178. #include <CoreServices.h>
  179. #endif
  180. #ifndef __KEYCHAINHI__
  181. #include <KeychainHI.h>
  182. #endif
  183. #ifndef __URLACCESS__
  184. #include <URLAccess.h>
  185. #endif
  186. #ifndef __CORESERVICES__
  187. #include <CoreServices.h>
  188. #endif
  189. #ifndef __APPLEHELP__
  190. #include <AppleHelp.h>
  191. #endif
  192. #ifndef __CORESERVICES__
  193. #include <CoreServices.h>
  194. #endif
  195. #ifndef __ICAAPPLICATION__
  196. #include <ICAApplication.h>
  197. #endif
  198. #ifndef __ICADEVICE__
  199. #include <ICADevice.h>
  200. #endif
  201. #ifndef __ICACAMERA__
  202. #include <ICACamera.h>
  203. #endif
  204. #endif /* __CARBON__ */