X-Git-Url: http://git.ieval.ro/?p=xfishtank.git;a=blobdiff_plain;f=compact.h;fp=compact.h;h=0000000000000000000000000000000000000000;hp=10333e2ce35f7e6de36b6fe9f984be0e7e460c90;hb=4c1bd65b5f48075ff80be1e401beb5ff21b4b89e;hpb=4deccbc95c1e3e86669d84c2f6922ee6a5f5180a 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; -};