This is ComputerScoreBoard.h in view mode; [Download] [Up]
// ComputerScoreBoard.h
// Project: Cribbage
// Stephan Wacker
// 93-10-04
#import <appkit/appkit.h>
#import "ScoreBoard.h"
@interface ComputerScoreBoard : ScoreBoard
{
}
- (NXColor) color;
- (BOOL) topRowFirst;
@end // ComputerScoreBoard
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.