This is MOMatrix.h in view mode; [Download] [Up]
// // MOClassVariable.h -- this is a compatability header // Written by Don Yacktman Copyright (c) 1994 by Don Yacktman. // #import <misckit/MiscMatrix.h> #ifndef MOMATRIXCOMPAT_H #define MOMATRIXCOMPAT_H #define MOMatrix MiscMatrix #define MO_lastElement lastElement #define _ColumnSize_ _MiscColumnSize_ #define ColumnSize MiscColumnSize #define COLUMNSIZE_DESC MISC_COLUMNSIZE_DESC #define _RowSize_ _MiscRowSize_ #define RowSize MiscRowSize #define ROWSIZE_DESC MISC_ROWSIZE_DESC #endif MOMATRIXCOMPAT_H
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.