summaryrefslogtreecommitdiff
path: root/include/glcolor.h
diff options
context:
space:
mode:
authorpixel <pixel>2003-03-15 13:58:54 +0000
committerpixel <pixel>2003-03-15 13:58:54 +0000
commit9e10d2993989a4f6d1b72a8c9d5f7480b0c0f006 (patch)
tree143c2ba780ae9c3e91801d0c327a70d29c2f8778 /include/glcolor.h
parent2ef9753588b02155faf8bc5a176e4fcf7489dae2 (diff)
Toying with shapes
Diffstat (limited to 'include/glcolor.h')
-rw-r--r--include/glcolor.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/glcolor.h b/include/glcolor.h
index 8296451..28ce1f7 100644
--- a/include/glcolor.h
+++ b/include/glcolor.h
@@ -10,7 +10,8 @@ namespace mogltk {
ColorP(const Color &);
ColorP(Uint8, Uint8, Uint8, Uint8);
void Bind();
- private:
+ static Color Min;
+ static Color Max;
Color c;
};
};