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 / FWODMisc / FWODMisc.h < prev    next >
Encoding:
Text File  |  1996-09-17  |  924 b   |  57 lines  |  [TEXT/MPS ]

  1. //========================================================================================
  2. //
  3. //    File:                FWODMisc.h
  4. //    Release Version:    $ ODF 2 $
  5. //
  6. //    Copyright:    (c) 1993 - 1996 by Apple Computer, Inc., all rights reserved.
  7. //
  8. //========================================================================================
  9.  
  10. #ifndef FWODMISC_H
  11. #define FWODMISC_H
  12.  
  13. #ifndef FWACQUIR_H
  14. #include "FWAcquir.h"
  15. #endif
  16.  
  17. #ifndef FWBARRAY
  18. #include "FWBArray.h"
  19. #endif
  20.  
  21. #ifndef FWODGEOM_H
  22. #include "FWODGeom.h"
  23. #endif
  24.  
  25. #ifndef FWPOINT_H
  26. #include "FWPoint.h"
  27. #endif
  28.  
  29. #ifndef FWRECT_H
  30. #include "FWRect.h"
  31. #endif
  32.  
  33. #ifndef FWFXMATH_H
  34. #include "FWFxMath.h"
  35. #endif
  36.  
  37. #ifndef FWSUSINK_H
  38. #include "FWSUSink.h"
  39. #endif
  40.  
  41. #ifndef FWSUUTIL_H
  42. #include "FWSUUtil.h"
  43. #endif
  44.  
  45. #ifndef SLPTRECT_H
  46. #include "SLPtRect.h"
  47. #endif
  48.  
  49. #if FW_PRECOMPILE_PRIVATE_HEADERS
  50.  
  51. #ifndef PRODGEOM_H
  52. #include "PRODGeom.h"
  53. #endif
  54.  
  55. #endif // FW_PRECOMPILE_PRIVATE_HEADERS
  56.  
  57. #endif