diff options
Diffstat (limited to 'constants.h')
-rw-r--r-- | constants.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/constants.h b/constants.h index b1201c0..34954d9 100644 --- a/constants.h +++ b/constants.h @@ -22,5 +22,6 @@ extern const int GRIDWIDTH; extern const int GRIDHEIGHT; extern const int SQUARESIZE; extern const int NUMBEROFCELLS; +extern const int NUMBEROFMINES; #endif |