diff options
| author | manuel <manuel@mausz.at> | 2011-04-06 17:25:11 +0200 |
|---|---|---|
| committer | manuel <manuel@mausz.at> | 2011-04-06 17:25:11 +0200 |
| commit | f1a2d179062dfaf53f805395407a2c666eedf36e (patch) | |
| tree | 353cacb1b63907e2ee1b72ce544c73f72560b597 /pacman-c++/constants.h | |
| parent | 7ca893e9357e9153ba35a248564c1134af0f1f54 (diff) | |
| download | foop-f1a2d179062dfaf53f805395407a2c666eedf36e.tar.gz foop-f1a2d179062dfaf53f805395407a2c666eedf36e.tar.bz2 foop-f1a2d179062dfaf53f805395407a2c666eedf36e.zip | |
make pictures color index based
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 | ||
