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.

63 lines
1.0 KiB

  1. /*
  2. File: OpenScripting.h
  3. Contains: Master include for OpenScripting private framework
  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 __OPENSCRIPTING__
  11. #define __OPENSCRIPTING__
  12. #ifndef __CORESERVICES__
  13. #include <CoreServices.h>
  14. #endif
  15. #ifndef __HITOOLBOX__
  16. #include <HIToolbox.h>
  17. #endif
  18. #ifndef __OSA__
  19. #include <OSA.h>
  20. #endif
  21. #ifndef __OSACOMP__
  22. #include <OSAComp.h>
  23. #endif
  24. #ifndef __OSAGENERIC__
  25. #include <OSAGeneric.h>
  26. #endif
  27. #ifndef __APPLESCRIPT__
  28. #include <AppleScript.h>
  29. #endif
  30. #ifndef __ASDEBUGGING__
  31. #include <ASDebugging.h>
  32. #endif
  33. #ifndef __ASREGISTRY__
  34. #include <ASRegistry.h>
  35. #endif
  36. #ifndef __FINDERREGISTRY__
  37. #include <FinderRegistry.h>
  38. #endif
  39. #ifndef __DIGITALHUBREGISTRY__
  40. #include <DigitalHubRegistry.h>
  41. #endif
  42. #endif /* __OPENSCRIPTING__ */