From f4b6e956b0853970989fd349af861d81537c1237 Mon Sep 17 00:00:00 2001 From: pixel Date: Wed, 18 Dec 2002 16:32:04 +0000 Subject: Played with default colors... --- lib/glfont.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib') diff --git a/lib/glfont.cc b/lib/glfont.cc index 4d2cbd9..91d70ba 100644 --- a/lib/glfont.cc +++ b/lib/glfont.cc @@ -1,3 +1,4 @@ +#include #include "glbase.h" #include "glfont.h" #include "Input.h" @@ -226,3 +227,4 @@ int mogltk::font::printf(const String & m, ...) { void mogltk::font::setcolor(Color c) { textcolor = c; } + -- cgit v1.2.3