This is ScoreGoal.h in view mode; [Download] [Up]
// ScoreGoal.h
// Project: Cribbage
// Stephan Wacker
// 93-09-27
#import <appkit/appkit.h>
@interface ScoreGoal: View
{
}
- (int) limit;
- (NXPoint) pegCoords;
@end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.