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

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

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

#import <objc/Object.h>

@interface ComputerLogic:Object
{
    id	theRiskController;
    id	theGameSetup;
    id	theMapView;
    id	theMover;
	
	id	rng;
}

+ initialize;

- init;

- free;

- randomCountries:sender;
- rollDiceAttacker:(int *)aDice :(int)aNumDice 
		  defender:(int *)dDice :(int)dNumDice;


@end

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