diff options
author | Eugene Sandulenko | 2006-01-31 03:15:06 +0000 |
---|---|---|
committer | Eugene Sandulenko | 2006-01-31 03:15:06 +0000 |
commit | 2f33ca6c58eb40b1e870a7f469f48cfbd9ab0717 (patch) | |
tree | a9a84f1f0aa49dc223cb489af71395145345efb2 | |
parent | 28753b9fdf8056e4aa19524680d04258042f7c70 (diff) | |
download | scummvm-rg350-2f33ca6c58eb40b1e870a7f469f48cfbd9ab0717.tar.gz scummvm-rg350-2f33ca6c58eb40b1e870a7f469f48cfbd9ab0717.tar.bz2 scummvm-rg350-2f33ca6c58eb40b1e870a7f469f48cfbd9ab0717.zip |
oops. Forgot about our small backends.
svn-id: r20326
-rw-r--r-- | graphics/newfont_big.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/graphics/newfont_big.cpp b/graphics/newfont_big.cpp index 37b21f96c1..c172b08d35 100644 --- a/graphics/newfont_big.cpp +++ b/graphics/newfont_big.cpp @@ -43351,6 +43351,10 @@ static const FontDesc desc = { sizeof(_font_bits)/sizeof(bitmap_t) }; +#if !(defined(PALMOS_ARM) || defined(PALMOS_DEBUG) || defined(__GP32__)) extern const NewFont g_sysfont_big(desc); +#else +DEFINE_FONT(g_sysfont_big) +#endif } // End of namespace Graphics |