#ifndef __GLCOLOR_H__ #define __GLCOLOR_H__ #include #include #include "mcolor.h" namespace mogltk { class glColorP : public ColorP { public: glColorP(const Color &); glColorP(Uint8, Uint8, Uint8, Uint8); void Bind(); }; }; #endif