home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1994 November: Tool Chest / Dev.CD Nov 94.toast / New System Software Extensions / OpenDoc A6 / OpenDoc Parts Framework / OPF / OS / FWGraphx / Include / FWGraphx.h < prev    next >
Encoding:
Text File  |  1994-04-21  |  1.3 KB  |  91 lines  |  [TEXT/MPS ]

  1. //========================================================================================
  2. //
  3. //    File:                FWGraphx.h
  4. //    Release Version:    $ 1.0d1 $
  5. //
  6. //    Creation Date:        3/28/94
  7. //
  8. //    Copyright:    © 1993, 1994 by Apple Computer, Inc., all rights reserved.
  9. //
  10. //========================================================================================
  11.  
  12. #ifndef FWGRAPHX_H
  13. #define FWGRAPHX_H
  14.  
  15. #ifndef FWARCSHP_H
  16. #include "FWArcShp.h"
  17. #endif
  18.  
  19. #ifndef FWCOLOR_H
  20. #include "FWColor.h"
  21. #endif
  22.  
  23. #ifndef FWDFAULT_H
  24. #include "FWDFault.h"
  25. #endif
  26.  
  27. #ifndef FWGC_H
  28. #include "FWGC.h"
  29. #endif
  30.  
  31. #ifndef FWGCONST_H
  32. #include "FWGConst.h"
  33. #endif
  34.  
  35. #ifndef FWGRDEF_H
  36. #include "FWGrDef.h"
  37. #endif
  38.  
  39. #ifndef FWGROBJ_H
  40. #include "FWGrObj.h"
  41. #endif
  42.  
  43. #ifndef FWGRUTIL_H
  44. #include "FWGrUtil.h"
  45. #endif
  46.  
  47. #ifndef FWINK_H
  48. #include "FWInk.h"
  49. #endif
  50.  
  51. #ifndef FWLINSHP_H
  52. #include "FWLinShp.h"
  53. #endif
  54.  
  55. #ifndef FWOVLSHP_H
  56. #include "FWOvlShp.h"
  57. #endif
  58.  
  59. #ifndef FWPOINT_H
  60. #include "FWPoint.h"
  61. #endif
  62.  
  63. #ifndef FWRECT_H
  64. #include "FWRect.h"
  65. #endif
  66.  
  67. #ifndef FWRECSHP_H
  68. #include "FWRecShp.h"
  69. #endif
  70.  
  71. #ifndef FWRRCSHP_H
  72. #include "FWRRcShp.h"
  73. #endif
  74.  
  75. #ifndef FWSHAPE_H
  76. #include "FWShape.h"
  77. #endif
  78.  
  79. #ifndef FWSTYLE_H
  80. #include "FWStyle.h"
  81. #endif
  82.  
  83. #ifndef FWTXTSHP_H
  84. #include "FWTxtShp.h"
  85. #endif
  86.  
  87. #ifndef FWRGNSHP_H
  88. #include "FWRgnShp.h"
  89. #endif
  90.  
  91. #endif