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;
@endThese are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.