Fix font editor compilation
This commit is contained in:
parent
33f4f54de1
commit
e2787e00e5
@ -5,7 +5,7 @@ extern const unsigned char font_data[];
|
||||
extern const unsigned short font_ptrs[];
|
||||
extern const unsigned int font_ranges[][2];
|
||||
#else
|
||||
extern const unsigned char *font_data;
|
||||
extern const unsigned short *font_ptrs;
|
||||
extern const unsigned int (*font_ranges)[2];
|
||||
extern unsigned char *font_data;
|
||||
extern unsigned short *font_ptrs;
|
||||
extern unsigned int (*font_ranges)[2];
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user