This is SokoInfo.h in view mode; [Download] [Up]
#ifndef __SokoInfo_h
#define __SokoInfo_h
//-----------------------------------------------------------------------------
// SokoInfo.h
//
// Info panel object for SokoSave.
//
// Copyright (c), 1997, Paul McCarthy. All rights reserved.
//-----------------------------------------------------------------------------
//-----------------------------------------------------------------------------
// $Id: SokoInfo.h,v 1.2 97/12/10 06:59:10 sunshine Exp $
// $Log: SokoInfo.h,v $
// Revision 1.2 97/12/10 06:59:10 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:58:09 zarnuk
// v9
//-----------------------------------------------------------------------------
extern "Objective-C" {
#import <Foundation/NSObject.h>
@class NSTextField, NSTextView, NSWindow;
}
@interface SokoInfo : NSObject
{
NSWindow* window;
NSTextView* text;
NSTextField* releaseField;
NSTextField* buildField;
}
+ (void)launch;
@end
#endif // __SokoInfo_h
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.