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.

111 lines
1.6 KiB

  1. /*
  2. File: CoreFoundation.h
  3. Contains: CoreFoundation master header
  4. Version: QuickTime 7.3
  5. Copyright: (c) 2007 (c) 1999-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 __COREFOUNDATION__
  11. #define __COREFOUNDATION__
  12. #ifndef __CFBASE__
  13. #include <CFBase.h>
  14. #endif
  15. #ifndef __CFARRAY__
  16. #include <CFArray.h>
  17. #endif
  18. #ifndef __CFBAG__
  19. #include <CFBag.h>
  20. #endif
  21. #ifndef __CFBUNDLE__
  22. #include <CFBundle.h>
  23. #endif
  24. #ifndef __CFCHARACTERSET__
  25. #include <CFCharacterSet.h>
  26. #endif
  27. #ifndef __CFDATA__
  28. #include <CFData.h>
  29. #endif
  30. #ifndef __CFDATE__
  31. #include <CFDate.h>
  32. #endif
  33. #ifndef __CFDICTIONARY__
  34. #include <CFDictionary.h>
  35. #endif
  36. #ifndef __CFNUMBER__
  37. #include <CFNumber.h>
  38. #endif
  39. #ifndef __CFPLUGIN__
  40. #include <CFPlugIn.h>
  41. #endif
  42. #ifndef __CFPREFERENCES__
  43. #include <CFPreferences.h>
  44. #endif
  45. #ifndef __CFPROPERTYLIST__
  46. #include <CFPropertyList.h>
  47. #endif
  48. #ifndef __CFSET__
  49. #include <CFSet.h>
  50. #endif
  51. #ifndef __CFSTRING__
  52. #include <CFString.h>
  53. #endif
  54. #ifndef __CFSTRINGENCODINGEXT__
  55. #include <CFStringEncodingExt.h>
  56. #endif
  57. #ifndef __CFTIMEZONE__
  58. #include <CFTimeZone.h>
  59. #endif
  60. #ifndef __CFTREE__
  61. #include <CFTree.h>
  62. #endif
  63. #ifndef __CFURL__
  64. #include <CFURL.h>
  65. #endif
  66. #ifndef __CFURLACCESS__
  67. #include <CFURLAccess.h>
  68. #endif
  69. #ifndef __CFUUID__
  70. #include <CFUUID.h>
  71. #endif
  72. #ifndef __CFXMLNODE__
  73. #include <CFXMLNode.h>
  74. #endif
  75. #ifndef __CFXMLPARSER__
  76. #include <CFXMLParser.h>
  77. #endif
  78. #endif /* __COREFOUNDATION__ */