ftp.nice.ch/pub/next/games/card/Cribbage.1.1.s.tar.gz#/Cribbage/Cribbage-1.1/ScoreGoal.h

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.