From 6de972be0a2b03023bad880300abeb0bd7a25be4 Mon Sep 17 00:00:00 2001 From: pixel Date: Mon, 23 Dec 2002 10:47:10 +0000 Subject: Bleh --- include/glfont.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') diff --git a/include/glfont.h b/include/glfont.h index d1ba60c..3675129 100644 --- a/include/glfont.h +++ b/include/glfont.h @@ -20,6 +20,8 @@ namespace mogltk { int printf(const String &, ...); void setcolor(Color); void setshadow(int); + int getchar(char) const; + int singletextsize(const String &) const; private: Uint8 * sizes; -- cgit v1.2.3