Huge update to ITFoundation. I've gone through every file (except queue.h
[ITFoundation.git] / ITFoundation.h
old mode 100755 (executable)
new mode 100644 (file)
index b02082b..f5f7529
@@ -1,5 +1,23 @@
-#import <Cocoa/Cocoa.h>
+/*
+ *     ITFoundation
+ *     ITFoundation.h
+ *
+ *     iThink Software's custom extensions to Apple's Foundation framework.
+ *
+ *     Copyright (c) 2005 by iThink Software.
+ *     All Rights Reserved.
+ *
+ *     $Id$
+ *
+ */
 
-#import <ITFoundation/ITVirtualMemoryInfo.h>
-#import <ITFoundation/ITStringScanner.h>
-#import <ITFoundation/ITAppleEvent.h>
\ No newline at end of file
+#import <Foundation/Foundation.h>
+
+#import <ITFoundation/ITByteStream.h>
+#import <ITFoundation/ITCarbonSupport.h>
+#import <ITFoundation/ITDebug.h>
+
+#import <ITFoundation/ITCategory-NSObject.h>
+#import <ITFoundation/ITCategory-NSProxy.h>
+#import <ITFoundation/ITCategory-NSArray.h>
+#import <ITFoundation/ITCategory-NSBundle.h>
\ No newline at end of file