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.