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

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

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

#define KENO_NUMTODRAW 20

/**************************************************************************************
 *    Keno                                                                            *
 *                                                                                    *
 *   This is a template for your new dealer object.  It is simply a copy of the       *
 *   NVDealer class, for the most part.  It should give you a good framework...       *
 *                                                                                    *
 **************************************************************************************/

@interface Keno:NVDealer
{
	id	newCard;
	id	drawText;
	int lastDraw[KENO_NUMTODRAW+1];
}

- newCard:sender;
- startGame:sender;
- getDraw;
- displayDraw;

@end

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