diff options
Diffstat (limited to 'pacman-c++/constants.h')
| -rw-r--r-- | pacman-c++/constants.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pacman-c++/constants.h b/pacman-c++/constants.h index e009d40..019ac14 100644 --- a/pacman-c++/constants.h +++ b/pacman-c++/constants.h | |||
| @@ -21,6 +21,7 @@ namespace Color | |||
| 21 | red = (1 << 0), | 21 | red = (1 << 0), |
| 22 | blue = (1 << 1), | 22 | blue = (1 << 1), |
| 23 | green = (1 << 2), | 23 | green = (1 << 2), |
| 24 | max = (1 << 2), | ||
| 24 | }; | 25 | }; |
| 25 | } | 26 | } |
| 26 | 27 | ||
