Files
veejay/veejay-current/libgoom/gfontrle.h
Niels Elburg 20ba7effd7 added xmms visualization plugin Goom, libgoom, added 2 new effects , color map and goom fx to veejay-current
git-svn-id: svn://code.dyne.org/veejay/trunk@686 eb8d1916-c9e9-0310-b8de-cf0c9472ead5
2006-11-14 00:59:48 +00:00

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 ;