home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1997 January: Mac OS SDK / Dev.CD Jan 97 SDK2.toast / Development Kits (Disc 2) / OpenDoc Development Framework / ODFDev / ODF / OS / FWMenu / FWMenu.h < prev    next >
Encoding:
Text File  |  1996-09-17  |  554 b   |  29 lines  |  [TEXT/MPS ]

  1. //========================================================================================
  2. //
  3. //    File:                FWMenu.h
  4. //    Release Version:    $ ODF 2 $
  5. //
  6. //    Copyright:    (c) 1993 - 1996 by Apple Computer, Inc., all rights reserved.
  7. //
  8. //========================================================================================
  9.  
  10. #ifndef FWMENU_H
  11. #define FWMENU_H
  12.  
  13. #ifndef FWMNUBAR_H
  14. #include "FWMnuBar.h"
  15. #endif
  16.  
  17. #ifndef FWMNUITM_H
  18. #include "FWMnuItm.h"
  19. #endif
  20.  
  21. #ifndef FWPULLDM_H
  22. #include "FWPullDM.h"
  23. #endif
  24.  
  25. #ifndef FWMENUS_K
  26. #include "FWMenus.k"
  27. #endif
  28.  
  29. #endif