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/glfont.h | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) (limited to 'include/glfont.h') diff --git a/include/glfont.h b/include/glfont.h index 1931467..2076675 100644 --- a/include/glfont.h +++ b/include/glfont.h @@ -2,20 +2,15 @@ #define __GLFONT_H__ #include -#include "font.h" +#include +#include namespace mogltk { class glfont : public font { public: glfont(Handle *); virtual ~glfont(); - void drawentry(Uint16, int, int, glColorP = WHITE); - - protected: - virtual gltexture * alloctexture(); - - private: - void Bind(int); + void drawentry(Uint16, int, int, ColorP = WHITE); }; }; -- cgit v1.2.3