diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/font.h | 1 |
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 |