diff options
Diffstat (limited to 'src/post/goom/gfontrle.h')
-rw-r--r-- | src/post/goom/gfontrle.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/post/goom/gfontrle.h b/src/post/goom/gfontrle.h new file mode 100644 index 000000000..41e2462fd --- /dev/null +++ b/src/post/goom/gfontrle.h @@ -0,0 +1,7 @@ +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 ; |