This is Opponent.h in view mode; [Download] [Up]
#import <appkit/appkit.h>
#import "RuleType.h"
@interface Opponent:Object
{
id buttonMatrix;
id ruleControl;
id statusLine;
}
- move:sender;
- setType:sender;
- (int) minColor;
- (int) maxColor;
- (int) ranColor;
- (Rule) ruleWith:(int)color;
- tactic_0;
- tactic_1;
- tactic_2;
- tactic_3;
@end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.