This is poker.h in view mode; [Download] [Up]
#define VP_MAXPLAYERS 1 #define VP_NUMCARDS 5 #define VP_MAXCOINSDEFAULT 5 #define VP_COINVALUEDEFAULT 1 #define VP_JACKPOTMULT 16 #define VP_NUMPROPS 9 struct _cardField { id view; id pile; id button; }; struct proposition { int type; char *name; char *description; int payoff; };
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.