From be0486797260377246c1ea1229cca27c19c64ad2 Mon Sep 17 00:00:00 2001 From: pixel Date: Wed, 26 Mar 2003 17:19:23 +0000 Subject: bleh --- include/glfont.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/glfont.h') diff --git a/include/glfont.h b/include/glfont.h index b8663d7..1931467 100644 --- a/include/glfont.h +++ b/include/glfont.h @@ -10,6 +10,9 @@ namespace mogltk { glfont(Handle *); virtual ~glfont(); void drawentry(Uint16, int, int, glColorP = WHITE); + + protected: + virtual gltexture * alloctexture(); private: void Bind(int); -- cgit v1.2.3