/*-------------------------------------------------------------------------*\

   SMF Casino Poker for Microsoft Windows 3.0
   Copyright (c) 1991  Paul G. D'Ascensio  All Rights Reserved

   SMF Casino Poker is a simulation of the draw poker games found in
   the casinos in Atlantic City, NJ.

   Revision History:
	June 25, 1991
		Started poker project.

	July 16, 1991	version 1.0
		First public release.  Uploaded to WINADV & IBMNEW on Compuserve.

	August 2, 1991	version 1.1
		Condensed data to one segment to allow users to run multiple
			instances.
		Moved Win/Loss box down so you can see 'all' of the cards.
		Added a button to the Win/Loss box so you can deal
			the next hand immediately.
		Fixed coin/coins grammar bug.
		Released beta only.

	August 18, 1991 version 1.2
		Changed the win/loss routine so players can get a hint
			if they won on the first deal.
		Added the saving of the coins bet and machine type along with
			the text and background colors.
		Released beta only.

	September 20, 1991 version 1.3
		Changed the payouts to reflect a truer payout to the machines in
			Atlantic City.
		Change the card play to point to the cards the player wants to
			Hold instead of discard.
		Added update of cash display on a winning hand immediately.
		Added a Double Up option to winning hands.
		Added online Windows style Help.
		Released public.

\*-------------------------------------------------------------------------*/