mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-08-29 19:00:33 +02:00
Fix font editor compilation
This commit is contained in:
@@ -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