diff options
author | pixel <pixel> | 2002-12-23 10:47:10 +0000 |
---|---|---|
committer | pixel <pixel> | 2002-12-23 10:47:10 +0000 |
commit | 6de972be0a2b03023bad880300abeb0bd7a25be4 (patch) | |
tree | 4244c91bbb7f691cc03c538d153d06bd484e2676 /include | |
parent | 0e58972c009fc4d8ad2a69a453eeb6529c619bc7 (diff) |
Bleh
Diffstat (limited to 'include')
-rw-r--r-- | include/glfont.h | 2 |
1 files changed, 2 insertions, 0 deletions
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; |