From 90f730ca714fb53f47ee16be46fcb06bd98d53ed Mon Sep 17 00:00:00 2001 From: Michael Roitzsch Date: Sun, 27 Jun 2004 11:58:47 +0000 Subject: include the new goom version 2k4-dev15 everybody: test, test, test CVS patchset: 6756 CVS date: 2004/06/27 11:58:47 --- src/post/goom/gfontrle.h | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/post/goom/gfontrle.h (limited to 'src/post/goom/gfontrle.h') 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 ; -- cgit v1.2.3