1998-01-03 21:27:44 +00:00
|
|
|
/*
|
|
|
|
Global include file for the GNUstep Base Library.
|
|
|
|
|
|
|
|
Copyright (C) 1997 Free Software Foundation, Inc.
|
|
|
|
|
|
|
|
Written by: Scott Christley <scottc@net-community.com>
|
|
|
|
Date: Sep 1997
|
|
|
|
|
|
|
|
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 Library 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 Library General Public
|
|
|
|
License along with this library; if not, write to the Free
|
|
|
|
Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef __Foundation_h_GNUSTEP_BASE_INCLUDE
|
|
|
|
#define __Foundation_h_GNUSTEP_BASE_INCLUDE
|
|
|
|
|
1998-08-07 15:30:09 +00:00
|
|
|
#include <Foundation/NSDebug.h>
|
1998-01-03 21:27:44 +00:00
|
|
|
#include <Foundation/NSObject.h>
|
|
|
|
#include <Foundation/NSArchiver.h>
|
|
|
|
#include <Foundation/NSArray.h>
|
|
|
|
#include <Foundation/NSAutoreleasePool.h>
|
|
|
|
#include <Foundation/NSBundle.h>
|
1998-05-29 15:25:41 +00:00
|
|
|
#include <Foundation/NSCharacterSet.h>
|
|
|
|
#include <Foundation/NSCoder.h>
|
1998-01-03 21:27:44 +00:00
|
|
|
#include <Foundation/NSDate.h>
|
|
|
|
#include <Foundation/NSData.h>
|
1998-08-20 17:48:46 +00:00
|
|
|
#include <Foundation/NSDebug.h>
|
1998-01-03 21:27:44 +00:00
|
|
|
#include <Foundation/NSDictionary.h>
|
1998-05-29 15:25:41 +00:00
|
|
|
#include <Foundation/NSException.h>
|
1998-01-03 21:27:44 +00:00
|
|
|
#include <Foundation/NSFileManager.h>
|
1998-05-29 15:25:41 +00:00
|
|
|
#include <Foundation/NSLock.h>
|
1998-01-03 21:27:44 +00:00
|
|
|
#include <Foundation/NSNotification.h>
|
|
|
|
#include <Foundation/NSPortCoder.h>
|
|
|
|
#include <Foundation/NSProcessInfo.h>
|
1998-05-29 15:25:41 +00:00
|
|
|
#include <Foundation/NSSet.h>
|
1998-07-15 16:33:33 +00:00
|
|
|
#include <Foundation/NSTimer.h>
|
1998-05-29 15:25:41 +00:00
|
|
|
#include <Foundation/NSValue.h>
|
1998-01-03 21:27:44 +00:00
|
|
|
#include <Foundation/NSUserDefaults.h>
|
|
|
|
|
|
|
|
#endif /* __Foundation_h_GNUSTEP_BASE_INCLUDE */
|