From c00cd54ca5ed959cbccff7aa7261fb5025d1832c Mon Sep 17 00:00:00 2001 From: pixel Date: Wed, 26 Mar 2003 14:07:43 +0000 Subject: bleh --- include/mcolor.h | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 include/mcolor.h (limited to 'include/mcolor.h') diff --git a/include/mcolor.h b/include/mcolor.h new file mode 100644 index 0000000..cd91923 --- /dev/null +++ b/include/mcolor.h @@ -0,0 +1,18 @@ +#ifndef __MCOLOR_H__ +#define __MCOLOR_H__ + +#include +#include + +namespace mogltk { + class ColorP : public Base { + public: + ColorP(const Color &); + ColorP(Uint8, Uint8, Uint8, Uint8); + static Color Min; + static Color Max; + Color c; + }; +}; + +#endif -- cgit v1.2.3