Blackjack
Loading...
Searching...
No Matches
outcome.h
Go to the documentation of this file.
1
10
#ifndef OUTCOME_H
11
#define OUTCOME_H
12
17
enum
Outcome
18
{
19
LOSE
,
20
WIN
21
};
22
23
#endif
Outcome
Outcome
There are two possible outcomes: lose or win (no tie)
Definition
outcome.h:18
WIN
@ WIN
Definition
outcome.h:20
LOSE
@ LOSE
Definition
outcome.h:19
Generated by
1.9.7