From 541c00c93fcd98f766cce661aa83ef4ffe713e57 Mon Sep 17 00:00:00 2001 From: pixel Date: Fri, 28 Mar 2003 12:30:26 +0000 Subject: First part of the backend separation --- include/glcolor.h | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 include/glcolor.h (limited to 'include/glcolor.h') diff --git a/include/glcolor.h b/include/glcolor.h deleted file mode 100644 index f62334b..0000000 --- a/include/glcolor.h +++ /dev/null @@ -1,17 +0,0 @@ -#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 -- cgit v1.2.3