Blackjack
Loading...
Searching...
No Matches
Enumerations
outcome.h File Reference

Defines the possible Outcomes of the game. More...

Go to the source code of this file.

Enumerations

enum  Outcome { LOSE , WIN }
 There are two possible outcomes: lose or win (no tie) More...
 

Detailed Description

Defines the possible Outcomes of the game.

Author
DSN
Version
0.2
Date
2023-08-19

Enumeration Type Documentation

◆ Outcome

enum Outcome

There are two possible outcomes: lose or win (no tie)

Enumerator
LOSE 
WIN