you can do that?
This commit is contained in:
parent
5586a7d659
commit
3830e03a7a
|
|
@ -10,7 +10,7 @@ static const int MEDIUM_SCORE_DECREMENT = 20;
|
||||||
static const int LOWER = 1;
|
static const int LOWER = 1;
|
||||||
static const int UPPER = 4;
|
static const int UPPER = 4;
|
||||||
|
|
||||||
typedef enum Difficulty {
|
typedef enum {
|
||||||
Easy,
|
Easy,
|
||||||
Medium,
|
Medium,
|
||||||
Hard,
|
Hard,
|
||||||
|
|
|
||||||
Reference in New Issue