Missing font.h changes from previous commit

This commit is contained in:
Simon Robertshaw 2012-04-22 13:44:34 +01:00
parent 96506610b2
commit 553cf65520

View File

@ -294,5 +294,8 @@ short font_ptrs[] = {
0x10FE, 0x110E, 0x111E, 0x112E, 0x113E, 0x114E, 0x115E, 0x116E,
0x117E, 0x118E, 0x119E, 0x11AE, 0x11BE, 0x11CE, 0x11DE, 0x11EE,
};
#else
extern char font_data[];
extern short font_ptrs[];
#endif
#endif