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