summaryrefslogtreecommitdiff
path: root/include/font.h
diff options
context:
space:
mode:
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