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 / FWGraphx / Include / FWGraphx.h < prev    next >
Encoding:
Text File  |  1995-11-08  |  2.1 KB  |  161 lines  |  [TEXT/MPS ]

  1. //========================================================================================
  2. //
  3. //    File:                FWGraphx.h
  4. //    Release Version:    $ 1.0d11 $
  5. //
  6. //    Copyright:    © 1993, 1995 by Apple Computer, Inc., all rights reserved.
  7. //
  8. //========================================================================================
  9.  
  10. #ifndef FWGRAPHX_H
  11. #define FWGRAPHX_H
  12.  
  13. #ifndef FWARCSHP_H
  14. #include "FWArcShp.h"
  15. #endif
  16.  
  17. #ifndef FWBITMAP_H
  18. #include "FWBitmap.h"
  19. #endif
  20.  
  21. #ifndef FWBMPSHP_H
  22. #include "FWBmpShp.h"
  23. #endif
  24.  
  25. #ifndef FWBNDSHP_H
  26. #include "FWBndShp.h"
  27. #endif
  28.  
  29. #ifndef FWBTXTSH_H
  30. #include "FWBTxtSh.h"
  31. #endif
  32.  
  33. #ifndef FWBWPAT_H
  34. #include "FWBWPat.h"
  35. #endif
  36.  
  37. #ifndef FWCOLOR_H
  38. #include "FWColor.h"
  39. #endif
  40.  
  41. #ifndef FWCPAT_H
  42. #include "FWCPat.h"
  43. #endif
  44.  
  45. #ifndef FWFONT_H
  46. #include "FWFont.h"
  47. #endif
  48.  
  49. #ifndef FWFONTLI_H
  50. #include "FWFontLi.h"
  51. #endif
  52.  
  53. #ifndef FWGC_H
  54. #include "FWGC.h"
  55. #endif
  56.  
  57. #ifndef FWGCONST_H
  58. #include "FWGConst.h"
  59. #endif
  60.  
  61. #ifndef FWGDEV_H
  62. #include "FWGDev.h"
  63. #endif
  64.  
  65. #ifndef FWGDIOBJ_H
  66. #include "FWGDIObj.h"
  67. #endif
  68.  
  69. #ifndef FWGRDEF_H
  70. #include "FWGrDef.h"
  71. #endif
  72.  
  73. #ifndef FWGRGLOB_H
  74. #include "FWGrGlob.h"
  75. #endif
  76.  
  77. #ifndef FWGRINIT_H
  78. #include "FWGrInit.h"
  79. #endif
  80.  
  81. #ifndef FWGROBJ_H
  82. #include "FWGrObj.h"
  83. #endif
  84.  
  85. #ifndef FWGRUTIL_H
  86. #include "FWGrUtil.h"
  87. #endif
  88.  
  89. #ifndef FWINK_H
  90. #include "FWInk.h"
  91. #endif
  92.  
  93. #ifndef FWLINSHP_H
  94. #include "FWLinShp.h"
  95. #endif
  96.  
  97. #ifndef FWMAPING_H
  98. #include "FWMaping.h"
  99. #endif
  100.  
  101. #ifndef FWOVLSHP_H
  102. #include "FWOvlShp.h"
  103. #endif
  104.  
  105. #ifndef FWPAT_H
  106. #include "FWPat.h"
  107. #endif
  108.  
  109. #ifndef FWPICSHP_H
  110. #include "FWPicShp.h"
  111. #endif
  112.  
  113. #ifndef FWPICTUR_H
  114. #include "FWPictur.h"
  115. #endif
  116.  
  117. #ifndef FWPOLY_H
  118. #include "FWPoly.h"
  119. #endif
  120.  
  121. #ifndef FWRASTER_H
  122. #include "FWRaster.h"
  123. #endif
  124.  
  125. #ifndef FWRECSHP_H
  126. #include "FWRecShp.h"
  127. #endif
  128.  
  129. #ifndef FWREGION_H
  130. #include "FWRegion.h"
  131. #endif
  132.  
  133. #ifndef FWRGNSHP_H
  134. #include "FWRgnShp.h"
  135. #endif
  136.  
  137. #ifndef FWRRCSHP_H
  138. #include "FWRRcShp.h"
  139. #endif
  140.  
  141. #ifndef FWSHAPE_H
  142. #include "FWShape.h"
  143. #endif
  144.  
  145. #ifndef FWSTYLE_H
  146. #include "FWStyle.h"
  147. #endif
  148.  
  149. #ifndef FWTXTBOX_H
  150. #include "FWTxtBox.h"
  151. #endif
  152.  
  153. #ifndef FWTXTBUF_H
  154. #include "FWTxtBuf.h"
  155. #endif
  156.  
  157. #ifndef FWTXTSHP_H
  158. #include "FWTxtShp.h"
  159. #endif
  160.  
  161. #endif