home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-09-17 | 672 b | 32 lines | [TEXT/MPS ] |
- //========================================================================================
- //
- // File: FWMenu.hpp
- // Release Version: $ ODF 2 $
- //
- // Copyright: (c) 1993 - 1996 by Apple Computer, Inc., all rights reserved.
- //
- //========================================================================================
-
- #ifndef FWMENU_HPP
- #define FWMENU_HPP
-
- // ----- OpenDoc Includes -----
-
- #ifndef FWODTYPS_H
- #include "FWODTyps.h"
- #endif
-
- // ----- Framework Includes -----
-
- #include "FWCollec.h"
- #include "FWIntl.h"
- #include "FWResour.h"
- #include "FWFiles.h"
- #include "FWString.h"
- #include "FWRefCnt.h"
- #include "FWExcLib.h"
- #include "FWDebug.h"
-
- #endif // FWMENU_HPP
-
-