aboutsummaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorEugene Sandulenko2006-01-31 03:15:06 +0000
committerEugene Sandulenko2006-01-31 03:15:06 +0000
commit2f33ca6c58eb40b1e870a7f469f48cfbd9ab0717 (patch)
treea9a84f1f0aa49dc223cb489af71395145345efb2 /graphics
parent28753b9fdf8056e4aa19524680d04258042f7c70 (diff)
downloadscummvm-rg350-2f33ca6c58eb40b1e870a7f469f48cfbd9ab0717.tar.gz
scummvm-rg350-2f33ca6c58eb40b1e870a7f469f48cfbd9ab0717.tar.bz2
scummvm-rg350-2f33ca6c58eb40b1e870a7f469f48cfbd9ab0717.zip
oops. Forgot about our small backends.
svn-id: r20326
Diffstat (limited to 'graphics')
-rw-r--r--graphics/newfont_big.cpp4
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