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.

52 lines
1001 B

  1. /*
  2. File: OSServices.h
  3. Contains: Master include for OSServices 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 __OSSERVICES__
  11. #define __OSSERVICES__
  12. #ifndef __CARBONCORE__
  13. #include <CarbonCore.h>
  14. #endif
  15. #ifndef __APPLEDISKPARTITIONS__
  16. #include <AppleDiskPartitions.h>
  17. #endif
  18. #ifndef __POWER__
  19. #include <Power.h>
  20. #endif
  21. #ifndef __SCSI__
  22. #include <SCSI.h>
  23. #endif
  24. #ifndef __SYSTEMSOUND__
  25. #include <SystemSound.h>
  26. #endif
  27. #ifndef __ICONSTORAGE__
  28. #include <IconStorage.h>
  29. #endif
  30. #include <OSServices/OpenTransport.h>
  31. #include <OSServices/OpenTransportProviders.h>
  32. #include <OSServices/OpenTransportProtocol.h>
  33. #include <OSServices/NSLCore.h>
  34. #include <OSServices/SecurityCore.h>
  35. #endif /* __OSSERVICES__ */