mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-05 00:36:57 +00:00
oops. Forgot about our small backends.
svn-id: r20326
This commit is contained in:
parent
28753b9fdf
commit
2f33ca6c58
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user