From c329122f425342ac620696b40f7421753f70a8b6 Mon Sep 17 00:00:00 2001 From: pixel Date: Tue, 17 Dec 2002 01:14:52 +0000 Subject: Woo, printf working. --- include/glfont.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include') diff --git a/include/glfont.h b/include/glfont.h index cbff848..c1f7df9 100644 --- a/include/glfont.h +++ b/include/glfont.h @@ -16,6 +16,8 @@ namespace mogltk { void putcursor(int, int); void putentry(Uint16, Color = Color(255, 255, 255, 255)); void newline(void); + int printf(const String &, ...); + void setcolor(Color); private: Uint8 * sizes; @@ -25,6 +27,7 @@ namespace mogltk { Uint16 * corresp; void Bind(int); int cx, cy, ox; + Color textcolor; }; }; -- cgit v1.2.3