home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 April: Mac OS SDK / Dev.CD Apr 96 SDK / Dev.CD Apr 96 SDK1.toast / Development Kits (Disc 1) / OpenDoc Development Framework / ODFDev / ODF / OS / FWMenu / Include / FWMenu.hpp < prev    next >
Encoding:
C/C++ Source or Header  |  1995-11-08  |  660 b   |  32 lines  |  [TEXT/MPS ]

  1. #ifndef FWMENU_HPP
  2. #define FWMENU_HPP
  3.  
  4. //========================================================================================
  5. //
  6. //    File:                FWMenu.hpp
  7. //    Release Version:    $ 1.0d11 $
  8. //
  9. //    Copyright:    1995 by Apple Computer, Inc., all rights reserved.
  10. //
  11. //========================================================================================
  12.  
  13. // ----- Framework Includes -----
  14.  
  15. #include "FWCollec.h"
  16. #include "FWIntl.h"
  17. #include "FWResour.h"
  18. #include "FWFiles.h"
  19. #include "FWString.h"
  20. #include "FWFoundU.h"
  21. #include "FWExcLib.h"
  22. #include "FWDebug.h"
  23.  
  24. // ----- OpenDoc Includes -----
  25.  
  26. #ifndef _ODTYPES_
  27. #include <ODTypes.h>
  28. #endif
  29.  
  30. #endif // FWMENU_HPP
  31.  
  32.