ftp.nice.ch/pub/next/games/board/Risk.0.97.s.tar.gz#/RiskSource0.97/Risk/RiskController.h

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

//  RiskController.h
// Part of Risk by Mike Ferris

#import <objc/Object.h>

@interface RiskController:Object
{
    id	mapWindow;

    id	helpPanel;
    id	infoPanel;
    id	prefPanel;
	id	controlPanel;
	id	diceInspector;
	id	deckInspector;
	
	id	theGameSetup;
    id	theMover;
	id	theMapView;
	id  theCardManager;
	id	theDefaultManager;
}

+ initialize;

- appDidInit:sender;

- newAction:sender;
- helpAction:sender;
- prefAction:sender;
- closeAction:sender;
- infoAction:sender;
- suggestion:sender;
- changeSetupAction:sender;
- diceInspectorAction:sender;

@end

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