diff options
author | pixel <pixel> | 2004-07-13 06:20:33 +0000 |
---|---|---|
committer | pixel <pixel> | 2004-07-13 06:20:33 +0000 |
commit | 652aa99bd5fddbb4ee878ddd65ac637a134dbcbc (patch) | |
tree | 84c0c8f8bbb943a570d4e6d245f7410633c0fb42 /include | |
parent | baac659433417ee555e3e04a28ea6c06fa23d588 (diff) |
Fixed font bug + adding fixed font
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 |