summaryrefslogtreecommitdiffstats
path: root/gst/goom/gfontrle.h
diff options
context:
space:
mode:
Diffstat (limited to 'gst/goom/gfontrle.h')
-rw-r--r--gst/goom/gfontrle.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/gst/goom/gfontrle.h b/gst/goom/gfontrle.h
new file mode 100644
index 00000000..41e2462f
--- /dev/null
+++ b/gst/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 ;