This is SokoSave_main.m in view mode; [Download] [Up]
//-----------------------------------------------------------------------------
// SokoSave_main.m
//
// Main routine for SokoSave.
//
// Copyright (c), 1997, Paul McCarthy. All rights reserved.
//-----------------------------------------------------------------------------
//-----------------------------------------------------------------------------
// $Id: SokoSave_main.m,v 1.2 97/12/10 07:00:53 sunshine Exp $
// $Log: SokoSave_main.m,v $
// Revision 1.2 97/12/10 07:00:53 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).
//
//-----------------------------------------------------------------------------
#import <AppKit/NSApplication.h>
int main( int argc, char const* argv[] )
{
return NSApplicationMain( argc, argv );
}
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.