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

This is ListScore.h in view mode; [Download] [Up]

// ListScore.h
// Project: Cribbage
// Stephan Wacker
// 93-10-15


#import <appkit/appkit.h>

#import "Score.h"


@interface ListScore : Score
{
    id		pairsButton;
    id		runsButton;
    id		flushButton;
}


- fifteen: sender;
- pairs: sender;
- runs: sender;
- flush: sender;
- nobs: sender;

- clear;

@end	// ListScore

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.