aboutsummaryrefslogtreecommitdiff
path: root/graphics/font.h
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/font.h')
-rw-r--r--graphics/font.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/font.h b/graphics/font.h
index b2781d58c3..4ba2d46255 100644
--- a/graphics/font.h
+++ b/graphics/font.h
@@ -116,7 +116,7 @@ public:
virtual void drawChar(Surface *dst, byte chr, int x, int y, uint32 color) const;
};
-#if (defined(PALMOS_ARM) || defined(PALMOS_DEBUG))
+#if (defined(PALMOS_ARM) || defined(PALMOS_DEBUG) || defined(__GP32__))
# define DEFINE_FONT(n) \
const NewFont *n; \
void create_##n() { \