home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1995 January / macformat-020.iso / Shareware City / Developers / URL Helper II / Headers / Cheaders.c next >
Encoding:
C/C++ Source or Header  |  1994-05-14  |  643 b   |  32 lines  |  [TEXT/MMCC]

  1. /***
  2.  * Cheaders.c
  3.  *
  4.  *  This puppy will build the headers needed for a basic component
  5.  *  project.  You'll likely have to add a lot of junk to it to get it to work
  6.  *  correctly.  :)
  7.  *
  8.  ***/
  9.  
  10. #include <Files.h>
  11. #include <Memory.h>
  12. #include <Components.h>
  13. #include <Folders.h>
  14. #include <Script.h>
  15. #include <Errors.h>
  16.  
  17. #ifdef notyet
  18. #include <Menus.h>
  19. #include <Windows.h>
  20. #include <QuickDraw.h>
  21. #include <OSEvents.h>
  22. #include <Resources.h>
  23. #include <Desk.h>
  24. #include <Memory.h>
  25. #include <Types.h>
  26. #include <Fonts.h>
  27. #include <ToolUtils.h>
  28. #include <Errors.h>
  29. #include <OSUtils.h>
  30. #include <FixMath.h>
  31. #include <QuickTimeComponents.h>
  32. #endif