ftp.nice.ch/pub/next/games/card/NeXTmille.2.0.s.tar.gz#/NeXTmille-2.0a/prototypes.h

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

#import	"CardView.h"


int	roll( int , int );

BOOL	isSafety( CardView * );
BOOL	isDistance( CardView * );
BOOL	isRemedy( CardView * );
BOOL	isHazard( CardView * );
BOOL	isRemedyForHazard( CardView *, CardView * );

int	distanceCardValue( CardView * );
int	safetyForHazard( int );
int	hazardForRemedy( int );
int	remedyForHazard( int );
int	safetyForRemedy( int );

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