mirror of
https://github.com/game-stop/veejay.git
synced 2025-12-19 06:10:01 +01:00
8 lines
167 B
C
8 lines
167 B
C
extern const struct {
|
|
unsigned int width;
|
|
unsigned int height;
|
|
unsigned int bytes_per_pixel;
|
|
unsigned int rle_size;
|
|
unsigned char rle_pixel [49725];
|
|
} the_font ;
|