From c00cd54ca5ed959cbccff7aa7261fb5025d1832c Mon Sep 17 00:00:00 2001 From: pixel Date: Wed, 26 Mar 2003 14:07:43 +0000 Subject: bleh --- include/glcolor.h | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'include/glcolor.h') diff --git a/include/glcolor.h b/include/glcolor.h index 28ce1f7..f62334b 100644 --- a/include/glcolor.h +++ b/include/glcolor.h @@ -3,16 +3,14 @@ #include #include +#include "mcolor.h" namespace mogltk { - class ColorP : public Base { + class glColorP : public ColorP { public: - ColorP(const Color &); - ColorP(Uint8, Uint8, Uint8, Uint8); + glColorP(const Color &); + glColorP(Uint8, Uint8, Uint8, Uint8); void Bind(); - static Color Min; - static Color Max; - Color c; }; }; -- cgit v1.2.3