ftp.nice.ch/pub/next/games/strategic/NPipe.s.tar.gz#/NPipe/NController.h

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

/* Generated by Interface Builder */

#import <objc/Object.h>
#import <appkit/appkit.h>
#import "NGameView.h"

@interface NController:Object
{
    id	info;
    id  help;
    id	game;
}

- displayInfoPanel:sender;

- displayHelpPanel:sender;

- appDidInit:sender;

- appDidHide:sender;

- appDidUnhide:sender;

- appWillTerminate:sender;

- newGame:sender;

- pauseGame:sender;

- speedUpFlow:sender;
@end

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