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 / Found / FWString / Include / FWString.h < prev    next >
Encoding:
Text File  |  1995-11-08  |  657 b   |  38 lines  |  [TEXT/MPS ]

  1. //========================================================================================
  2. //
  3. //    File:                FWString.h
  4. //    Release Version:    $ 1.0d11 $
  5. //
  6. //    Copyright:    (c) 1993, 1995 by Apple Computer, Inc., all rights reserved.
  7. //
  8. //========================================================================================
  9.  
  10. #ifndef FWSTRING_H
  11. #define FWSTRING_H
  12.  
  13. #ifndef FWCHARAC_H
  14. #include "FWCharac.h"
  15. #endif
  16.  
  17. #ifndef FWCHARIT_H
  18. #include "FWCharIt.h"
  19. #endif
  20.  
  21. #ifndef FWSTRS_H
  22. #include "FWStrs.h"
  23. #endif
  24.  
  25. #ifndef FWBNDSTR_H
  26. #include "FWBndStr.h"
  27. #endif
  28.  
  29. #ifndef FWSTRTOO_H
  30. #include "FWStrToo.h"
  31. #endif
  32.  
  33. #ifndef FWSTRGAR_H
  34. #include "FWStrgAr.h"
  35. #endif
  36.  
  37. #endif
  38.