This is SokoApp.h in view mode; [Download] [Up]
#ifndef __SokoApp_h #define __SokoApp_h //----------------------------------------------------------------------------- // SokoApp.h // // Application delegate for SokoSave. // // Copyright (c), 1997, Paul McCarthy. All rights reserved. // Copyright (c), 1997, Eric Sunshine. All rights reserved. //----------------------------------------------------------------------------- //----------------------------------------------------------------------------- // $Id: SokoApp.h,v 1.2 97/12/10 06:55:57 sunshine Exp $ // $Log: SokoApp.h,v $ // Revision 1.2 97/12/10 06:55:57 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). // Added auto-save default. Opening of "default" maze is no longer deferred // on Windows, and +nextMaze: is required to open a maze since an application // under Windows must have at least one window on-screen. // Now enables/disables the "Save All" menu appropriately. // // Revision 1.1 97/11/13 02:56:45 zarnuk // v9 //----------------------------------------------------------------------------- extern "Objective-C" { #import <Foundation/NSObject.h> } @interface SokoApp : NSObject - (void)launchInfo:(id)sender; - (void)launchPreferences:(id)sender; - (void)launchScores:(id)sender; - (void)new:(id)sender; - (void)open:(id)sender; - (void)saveAll:(id)sender; @end #endif
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.