summaryrefslogtreecommitdiff
path: root/noncore/games/kpacman/colors.h
authorleseb <leseb>2002-04-15 22:40:28 (UTC)
committer leseb <leseb>2002-04-15 22:40:28 (UTC)
commita91544d04ed391bbdc0c6f95ff8a80d35190788c (patch) (unidiff)
tree85dea85fd8a1cdb6d2d18fef57753d0b5e4bd143 /noncore/games/kpacman/colors.h
parent6396d8b9fca7f3f50010a13a26e4ee9569abefb3 (diff)
downloadopie-a91544d04ed391bbdc0c6f95ff8a80d35190788c.zip
opie-a91544d04ed391bbdc0c6f95ff8a80d35190788c.tar.gz
opie-a91544d04ed391bbdc0c6f95ff8a80d35190788c.tar.bz2
New directory structure
Diffstat (limited to 'noncore/games/kpacman/colors.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/games/kpacman/colors.h21
1 files changed, 21 insertions, 0 deletions
diff --git a/noncore/games/kpacman/colors.h b/noncore/games/kpacman/colors.h
new file mode 100644
index 0000000..6abf385
--- a/dev/null
+++ b/noncore/games/kpacman/colors.h
@@ -0,0 +1,21 @@
1#ifndef COLORS_H
2#define COLORS_H
3
4#include <qcolor.h>
5
6#define BLACK QColor(Qt::black)
7#define RED QColor(Qt::red)
8#define BROWN QColor(0xde, 0x95, 0x41)
9#define PINK QColor(0xff, 0xba, 0xde)
10#define CYAN QColor(0x00, 0xff, 0xde)
11#define LIGHTBLUE QColor(0x41, 0xba, 0xde)
12#define ORANGE QColor(0xff, 0xba, 0x41)
13#define YELLOW QColor(Qt::yellow)
14#define BLUE QColor(0x20, 0x20, 0xde)
15#define GREEN QColor(Qt::green)
16#define LIGHTGREEN QColor(0x41, 0xba, 0x94)
17#define FLESH QColor(0xff, 0xba, 0x94)
18#define WHITE QColor(0xd8, 0xdc, 0xd8)
19
20#endif // COLORS_H
21