projects
/
libbear.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
63a52c9
)
colors added
author
Patrik Gornicz
<Gornicz.P@gmail.com>
Thu, 17 Jul 2008 02:47:21 +0000
(22:47 -0400)
committer
Patrik Gornicz
<Gornicz.P@gmail.com>
Thu, 17 Jul 2008 02:47:21 +0000
(22:47 -0400)
src/graphics/colors.h
[new file with mode: 0644]
patch
|
blob
diff --git a/src/graphics/colors.h
b/src/graphics/colors.h
new file mode 100644
(file)
index 0000000..
e502735
--- /dev/null
+++ b/
src/graphics/colors.h
@@ -0,0
+1,5
@@
+
+static float const cRed[] = {1.0, 0.0, 0.0};
+static float const cGreen[] = {0.0, 1.0, 0.0};
+static float const cBlue[] = {0.0, 0.0, 1.0};
+static float const cYellow[] = {1.0, 1.0, 0.0};