ftp.nice.ch/Attic/openStep/games/SokoSave.1.1.mw.s.tgz#/SokoSave/SokoMatrix.h

This is SokoMatrix.h in view mode; [Download] [Up]

#ifndef __SokoSave_SokoMatrix_h
#define __SokoSave_SokoMatrix_h
//-----------------------------------------------------------------------------
// SokoMatrix.h
//
//	A custom Matrix for SokoSave.
//
// Copyright (C), 1997, Paul McCarthy.  All rights reserved.
//-----------------------------------------------------------------------------
//-----------------------------------------------------------------------------
// $Id: SokoMatrix.h,v 1.2 97/12/10 06:59:22 sunshine Exp $
// $Log:	SokoMatrix.h,v $
//  Revision 1.2  97/12/10  06:59:22  sunshine
//  v10.1: Ported to OPENSTEP 4.1 for Mach, OPENSTEP 4.2 for Mach & Windows,
//  and Rhapsody Developer Release (RDR) for Mach and Windows (Yellow Box).
//  
//  Revision 1.1  97/11/13  02:57:55  zarnuk
//  v9
//-----------------------------------------------------------------------------
extern "Objective-C" {
#import <AppKit/NSMatrix.h>
}

@interface SokoMatrix : NSMatrix
@end

#endif // __SokoSave_SokoMatrix_h

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.