home *** CD-ROM | disk | FTP | other *** search
Text File | 1995-11-08 | 854 b | 46 lines | [TEXT/MPS ] |
- //========================================================================================
- //
- // File: FWGraphx.hpp
- // Release Version: $ 1.0d11 $
- //
- // Copyright: 1995 by Apple Computer, Inc., all rights reserved.
- //
- //========================================================================================
-
- #ifndef FWGRAPHX_HPP
- #define FWGRAPHX_HPP
-
- // ----- ODF Includes -----
-
- #include "FWMemory.h"
- #include "FWString.h"
- #include "FWStream.h"
- #include "FWResour.h"
- #include "FWFiles.h"
- #include "FWFoundU.h"
- #include "FWExcLib.h"
- #include "FWRunTyp.h"
- #include "FWDebug.h"
- #include "FWCommon.h"
-
- // ----- OpenDoc Includes -----
-
- #ifndef _ODTYPES_
- #include <ODTypes.h>
- #endif
-
- #ifndef SOM_ODShape_xh
- #include <Shape.xh>
- #endif
-
- #ifndef SOM_ODTransform_xh
- #include <Trnsform.xh>
- #endif
-
- #ifndef SOM_ODCanvas_xh
- #include <Canvas.xh>
- #endif
-
- #endif
-
-