home *** CD-ROM | disk | FTP | other *** search
Text File | 1995-11-08 | 657 b | 38 lines | [TEXT/MPS ] |
- //========================================================================================
- //
- // File: FWString.h
- // Release Version: $ 1.0d11 $
- //
- // Copyright: (c) 1993, 1995 by Apple Computer, Inc., all rights reserved.
- //
- //========================================================================================
-
- #ifndef FWSTRING_H
- #define FWSTRING_H
-
- #ifndef FWCHARAC_H
- #include "FWCharac.h"
- #endif
-
- #ifndef FWCHARIT_H
- #include "FWCharIt.h"
- #endif
-
- #ifndef FWSTRS_H
- #include "FWStrs.h"
- #endif
-
- #ifndef FWBNDSTR_H
- #include "FWBndStr.h"
- #endif
-
- #ifndef FWSTRTOO_H
- #include "FWStrToo.h"
- #endif
-
- #ifndef FWSTRGAR_H
- #include "FWStrgAr.h"
- #endif
-
- #endif
-