diff options
| author | Simon Robertshaw <simon@hardwired.org.uk> | 2012-04-22 12:44:34 (GMT) |
|---|---|---|
| committer | Simon Robertshaw <simon@hardwired.org.uk> | 2012-04-22 12:44:34 (GMT) |
| commit | 553cf6552070aae93e1db031b57afdc8c9ba19e0 (patch) | |
| tree | 38bd8764417c7017977f09e8ee1b892530e4f62f /data | |
| parent | 96506610b276be1b4bc1cbc462d991237750fc62 (diff) | |
| download | powder-553cf6552070aae93e1db031b57afdc8c9ba19e0.zip powder-553cf6552070aae93e1db031b57afdc8c9ba19e0.tar.gz | |
Missing font.h changes from previous commit
Diffstat (limited to 'data')
| -rw-r--r-- | data/font.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/data/font.h b/data/font.h index b991660..4c94825 100644 --- a/data/font.h +++ b/data/font.h @@ -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 |
