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 / FWFiles / Include / FWFiles.h < prev    next >
Encoding:
Text File  |  1995-11-08  |  550 b   |  29 lines  |  [TEXT/MPS ]

  1. //========================================================================================
  2. //
  3. //    File:        FWFiles.h
  4. //    Release Version:    $ 1.0d11 $
  5. //
  6. //    Copyright:    1995 by Apple Computer, Inc., all rights reserved.
  7. //
  8. //========================================================================================
  9.  
  10. #ifndef FWACCBUF_H
  11. #include "FWAccBuf.h"
  12. #endif
  13.  
  14. #ifndef FWFILPAR_H
  15. #include "FWFilPar.h"
  16. #endif
  17.  
  18. #ifndef FWFILESP_H
  19. #include "FWFileSp.h"
  20. #endif
  21.  
  22. #ifndef FWFILE_H
  23. #include "FWFileSy.h"
  24. #endif
  25.  
  26. #ifndef FWFILEAC_H
  27. #include "FWFileAc.h"
  28. #endif
  29.