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.

44 lines
714 B

  1. /*
  2. File: PrintCore.h
  3. Contains: Printing functions that have no UI
  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 __PRINTCORE__
  11. #define __PRINTCORE__
  12. #ifndef __CORESERVICES__
  13. #include <CoreServices.h>
  14. #endif
  15. #ifndef __COLORSYNC__
  16. #include <ColorSync.h>
  17. #endif
  18. #ifndef __QD__
  19. #include <QD.h>
  20. #endif
  21. #ifndef __PMCORE__
  22. #include <PMCore.h>
  23. #endif
  24. #ifndef __PMDEFINITIONS__
  25. #include <PMDefinitions.h>
  26. #endif
  27. #endif /* __PRINTCORE__ */