diff options
Diffstat (limited to 'pacman-c++/constants.h')
| -rw-r--r-- | pacman-c++/constants.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/pacman-c++/constants.h b/pacman-c++/constants.h index d81f474..e7330ae 100644 --- a/pacman-c++/constants.h +++ b/pacman-c++/constants.h | |||
| @@ -30,6 +30,10 @@ namespace Color | |||
| 30 | green = (1 << 2), | 30 | green = (1 << 2), |
| 31 | max = (1 << 2), | 31 | max = (1 << 2), |
| 32 | }; | 32 | }; |
| 33 | |||
| 34 | /* colororder used in protocol and gui */ | ||
| 35 | const Color order[] = | ||
| 36 | { Color::red, Color::blue, Color::green, Color::none }; | ||
| 33 | } | 37 | } |
| 34 | 38 | ||
| 35 | // constants for data transmission to client | 39 | // constants for data transmission to client |
