summaryrefslogtreecommitdiff
path: root/include/glcolor.h
diff options
context:
space:
mode:
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;
};
};