ftp.nice.ch/pub/next/games/fun/cookie.s.tar.gz#/Cookie/InfoController.m

This is InfoController.m in view mode; [Download] [Up]

/* Generated by Interface Builder */

#import "InfoController.h"
#import <appkit/appkit.h>

#import "BattleZoneView.h"

@implementation InfoController

- startInfo:sender
{
	if(!battleView)
		[NXApp loadNibSection:"Info.nib" owner:self withNames:YES];

	[[battleView window] makeKeyAndOrderFront:self];
	[battleView startAnimation];
	[stellaView startAnimation];

	return self;
}

-windowWillClose:sender
{
	[battleView endAnimation];
	[stellaView endAnimation];

	return self;
}


@end

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