X-Git-Url: http://git.ieval.ro/?p=xfishtank.git;a=blobdiff_plain;f=compact.h;fp=compact.h;h=0000000000000000000000000000000000000000;hp=10333e2ce35f7e6de36b6fe9f984be0e7e460c90;hb=da1c4a843de05b6ee70dc60fa1fcb4b5ec2d606e;hpb=46b872af07138bfc36763f380b876098af4a6b5d diff --git a/compact.h b/compact.h deleted file mode 100644 index 10333e2..0000000 --- a/compact.h +++ /dev/null @@ -1,10 +0,0 @@ - -struct ebmhdr { - char magic[12]; - unsigned int width, height; - int num_colors; -}; -struct rgb_color { - unsigned int red, green, blue; - int pix_len; -};