From 652aa99bd5fddbb4ee878ddd65ac637a134dbcbc Mon Sep 17 00:00:00 2001 From: pixel Date: Tue, 13 Jul 2004 06:20:33 +0000 Subject: Fixed font bug + adding fixed font --- include/font.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/font.h') diff --git a/include/font.h b/include/font.h index 07f7c03..da9ad46 100644 --- a/include/font.h +++ b/include/font.h @@ -56,6 +56,7 @@ namespace mogltk { Uint16 * corresp; }; extern font * SystemFont; + extern font * FixedFont; }; #endif -- cgit v1.2.3