From 9e10d2993989a4f6d1b72a8c9d5f7480b0c0f006 Mon Sep 17 00:00:00 2001 From: pixel Date: Sat, 15 Mar 2003 13:58:54 +0000 Subject: Toying with shapes --- include/glcolor.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include/glcolor.h') 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; }; }; -- cgit v1.2.3