summaryrefslogtreecommitdiff
path: root/include/font.h
diff options
context:
space:
mode:
authorpixel <pixel>2003-04-02 16:49:55 +0000
committerpixel <pixel>2003-04-02 16:49:55 +0000
commit36527119ae021b317f8405c4cf40251ddcc037b9 (patch)
tree330c16cf3e0cdc8f48a43aed6e25fb3b1b5d5259 /include/font.h
parente834c4110af138f8fd4c485999a8294883dbcb0e (diff)
Color fix
Diffstat (limited to 'include/font.h')
-rw-r--r--include/font.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/font.h b/include/font.h
index 3377ef0..3a1d1c7 100644
--- a/include/font.h
+++ b/include/font.h
@@ -37,7 +37,9 @@ namespace mogltk {
texture * alloctexture();
void Bind(int);
private:
+ void checknbind(int, ColorP);
texture ** fonttex;
+ texture ** fontcache[16];
Uint16 * corresp;
};
extern font * SystemFont;