ftp.nice.ch/pub/next/games/card/NEXTVegas3.0.src.tar.gz#/NEXTVegas/Craps/CrapsView.h

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

#import <appkit/appkit.h>
#import "../NEXTVegas/BetView.subproj/BetView.h"

@interface CrapsView:BetView
{
	NXPoint puckPoint;
	BOOL	puckOn;
}

- initFrame:(const NXRect *)frameRect;
- awakeFromNib;
- puckOn:(BOOL)flag;
- drawSelf:(const NXRect *)rects :(int)rectCount;

@end

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