summaryrefslogtreecommitdiffstats
path: root/Smoke/palette.h
diff options
context:
space:
mode:
authorOliver Schinagl <oliver@schinagl.nl>2007-12-19 15:44:23 (GMT)
committerOliver Schinagl <oliver@schinagl.nl>2007-12-19 15:44:23 (GMT)
commita60088999da4f44bf5885f431fe78eb87d643ae7 (patch)
tree27940a3cd14a7cdee60ddb0263bf1173c51df56c /Smoke/palette.h
parentc287b3f591fe3e10dceedfd90a5ce71b2c703988 (diff)
download2iv35-a60088999da4f44bf5885f431fe78eb87d643ae7.zip
2iv35-a60088999da4f44bf5885f431fe78eb87d643ae7.tar.gz
2iv35-a60088999da4f44bf5885f431fe78eb87d643ae7.tar.bz2
splitted up glyphs
Diffstat (limited to 'Smoke/palette.h')
-rw-r--r--Smoke/palette.h14
1 files changed, 8 insertions, 6 deletions
diff --git a/Smoke/palette.h b/Smoke/palette.h
index d320864..b5c7941 100644
--- a/Smoke/palette.h
+++ b/Smoke/palette.h
@@ -1,12 +1,14 @@
#ifndef _PALETTE_H
#define _PALETTE_H
-#define COLOR_BLACKWHITE 0
-#define COLOR_RAINBOW 1
-#define COLOR_BANDS 2
-#define COLOR_BLUE_GREEN_RED 3
-#define COLOR_WILRIK 4
-#define COLOR_OLIVER 5
+#define PALETTE_BLACKWHITE 0
+#define PALETTE_RAINBOW 1
+#define PALETTE_BANDS 2
+#define PALETTE_BLUE_GREEN_RED 3
+#define PALETTE_WILRIK 4
+#define PALETTE_OLIVER 5
+
+#define PALETTE_MAXCOLORS 256
struct color4f {
float r;