home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 October: Mac OS SDK / Dev.CD Oct 96 SDK / Dev.CD Oct 96 SDK2.toast / Development Kits (Disc 2) / OpenDoc Development Framework / ODFDev / Container / Sources / Container.hpp < prev    next >
Encoding:
Text File  |  1996-08-16  |  988 b   |  48 lines  |  [TEXT/MPS ]

  1. //========================================================================================
  2. //
  3. //    File:                Container.hpp
  4. //    Release Version:    $ ODF 1 $
  5. //
  6. //    Copyright:    (c) 1993 - 1996 by Apple Computer, Inc., all rights reserved.
  7. //
  8. //========================================================================================
  9.  
  10. #ifndef CONTAINER_HPP
  11. #define CONTAINER_HPP
  12.  
  13. #if !defined(FW_BUILD_MAC)
  14.  
  15. // ----- Foundation Includes -----
  16.  
  17. #include "FWCommon.h"
  18. #include "FWTaskG.h"
  19. #include "FWDebug.h"
  20. #include "FWExcLib.h"
  21. #include "FWCollec.h"
  22. #include "FWRefCnt.h"
  23. #include "FWMemory.h"
  24. #include "FWNotifn.h"
  25. #include "FWRunTyp.h"
  26. #include "FWStream.h"
  27. #include "FWString.h"
  28.  
  29. // ----- OS Includes -----
  30.  
  31. #include "FWFiles.h"
  32. #include "FWResour.h"
  33. #include "FWMenu.h"
  34. #include "FWEvents.h"
  35. #include "FWGraphx.h"
  36. #include "FWIntl.h"
  37. #include "FWOSMisc.h"
  38. #include "FWODMisc.h"
  39. #include "FWWindow.h"
  40.  
  41. // ----- Framework Includes -----
  42.  
  43. #include "FWPart.h"
  44. #include "FWGadgts.h"
  45.  
  46. #endif
  47.  
  48. #endif