summaryrefslogtreecommitdiff
path: root/include/glfont.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/glfont.h')
-rw-r--r--include/glfont.h2
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;