summaryrefslogtreecommitdiff
path: root/include/font.h
diff options
context:
space:
mode:
authorpixel <pixel>2004-07-13 06:20:33 +0000
committerpixel <pixel>2004-07-13 06:20:33 +0000
commit652aa99bd5fddbb4ee878ddd65ac637a134dbcbc (patch)
tree84c0c8f8bbb943a570d4e6d245f7410633c0fb42 /include/font.h
parentbaac659433417ee555e3e04a28ea6c06fa23d588 (diff)
Fixed font bug + adding fixed font
Diffstat (limited to 'include/font.h')
-rw-r--r--include/font.h1
1 files changed, 1 insertions, 0 deletions
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