summaryrefslogtreecommitdiff
path: root/include/glfont.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/glfont.h')
-rw-r--r--include/glfont.h3
1 files changed, 3 insertions, 0 deletions
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);