mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-28 03:00:51 +00:00
58 lines
1.8 KiB
C
58 lines
1.8 KiB
C
|
/*
|
||
|
Global include file for the GNUstep Base Additions Library.
|
||
|
|
||
|
Copyright (C) 2010 Free Software Foundation, Inc.
|
||
|
|
||
|
Written by: Richard Frith-Macdonald <rfm@gnu.org>
|
||
|
Date: Feb 2010
|
||
|
|
||
|
This file is part of the GNUstep Base Library.
|
||
|
|
||
|
This library is free software; you can redistribute it and/or
|
||
|
modify it under the terms of the GNU Lesser General Public
|
||
|
License as published by the Free Software Foundation; either
|
||
|
version 2 of the License, or (at your option) any later version.
|
||
|
|
||
|
This library is distributed in the hope that it will be useful,
|
||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||
|
Library General Public License for more details.
|
||
|
|
||
|
You should have received a copy of the GNU Lesser General Public
|
||
|
License along with this library; if not, write to the Free
|
||
|
Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
|
||
|
Boston, MA 02111 USA.
|
||
|
*/
|
||
|
|
||
|
#ifndef __Additions_h_GNUSTEP_BASE_INCLUDE
|
||
|
#define __Additions_h_GNUSTEP_BASE_INCLUDE
|
||
|
|
||
|
#import <GNUstepBase/GSVersionMacros.h>
|
||
|
|
||
|
#import <GSBlocks.h>
|
||
|
#import <GSFileHandle.h>
|
||
|
#import <GSFunctions.h>
|
||
|
#import <GSLocale.h>
|
||
|
#import <GSLock.h>
|
||
|
#import <GSMime.h>
|
||
|
#import <GSXML.h>
|
||
|
#import <Unicode.h>
|
||
|
|
||
|
#import <NSArray+GNUstepBase.h>
|
||
|
#import <NSAttributedString+GNUstepBase.h>
|
||
|
#import <NSBundle+GNUstepBase.h>
|
||
|
#import <NSCalendarDate+GNUstepBase.h>
|
||
|
#import <NSData+GNUstepBase.h>
|
||
|
#import <NSFileHandle+GNUstepBase.h>
|
||
|
#import <NSInvocation+GNUstepBase.h>
|
||
|
#import <NSLock+GNUstepBase.h>
|
||
|
#import <NSMutableString+GNUstepBase.h>
|
||
|
#import <NSNumber+GNUstepBase.h>
|
||
|
#import <NSObject+GNUstepBase.h>
|
||
|
#import <NSProcessInfo+GNUstepBase.h>
|
||
|
#import <NSString+GNUstepBase.h>
|
||
|
#import <NSTask+GNUstepBase.h>
|
||
|
#import <NSURL+GNUstepBase.h>
|
||
|
|
||
|
#endif /* __Additions_h_GNUSTEP_BASE_INCLUDE */
|