home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1994 August: Tool Chest / Dev.CD Aug 94.toast / New System Software Extensions / OpenDoc A6 / OpenDoc Parts Framework / OPF / Found / FWString / Include / FWString.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-04-21  |  629 b   |  35 lines  |  [TEXT/MPS ]

  1. #ifndef FWSTRING_H
  2. #define FWSTRING_H
  3. //========================================================================================
  4. //
  5. //    File:                FWString.h
  6. //    Release Version:    $ 1.0d1 $
  7. //
  8. //    Creation Date:        3/28/94
  9. //
  10. //    Copyright:    © 1994 by Apple Computer, Inc., all rights reserved.
  11. //
  12. //========================================================================================
  13.  
  14. #ifndef FWCHARAC_H
  15. #include "FWCharac.h"
  16. #endif
  17.  
  18. #ifndef FWCHARIT_H
  19. #include "FWCharIt.h"
  20. #endif
  21.  
  22. #ifndef FWTSTRS_H
  23. #include "FWStrs.h"
  24. #endif
  25.  
  26. #ifndef FWSTRTOO_H
  27. #include "FWStrToo.h"
  28. #endif
  29.  
  30. #ifndef FWSTRGAR_H
  31. #include "FWStrgAr.h"
  32. #endif
  33.  
  34. #endif
  35.