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

  1. //========================================================================================
  2. //
  3. //    File:        FWResour.h
  4. //    Release Version:    $ 1.0d11 $
  5. //
  6. //    Copyright:    1995 by Apple Computer, Inc., all rights reserved.
  7. //
  8. //========================================================================================
  9.  
  10. #ifndef FWRESOUR_H
  11. #define FWRESOUR_H
  12.  
  13. #ifndef FWRESFIL_H
  14. #include "FWResFil.h"
  15. #endif
  16.  
  17. #ifndef FWRESACC_H
  18. #include "FWResAcc.h"
  19. #endif
  20.  
  21. #ifndef FWRESSIN_H
  22. #include "FWResSin.h"
  23. #endif
  24.  
  25. #ifndef FWRESTYP_H
  26. #include "FWResTyp.h"
  27. #endif
  28.  
  29. #ifndef FWCFMRES_H
  30. #include "FWCFMRes.h"
  31. #endif
  32.  
  33. #endif
  34.