X-Git-Url: http://git.ieval.ro/?p=xfishtank.git;a=blobdiff_plain;f=medcut.h;fp=medcut.h;h=97b2c03f1c5488a81ec535604f25d8d6a5cb9a8a;hp=879f59e81829ea1fd2c6b19a6d0861d66f2f58de;hb=4deccbc95c1e3e86669d84c2f6922ee6a5f5180a;hpb=2ac45f02073c620c3d4cd3efea9fead3d0edeacb diff --git a/medcut.h b/medcut.h index 879f59e..97b2c03 100644 --- a/medcut.h +++ b/medcut.h @@ -3,6 +3,7 @@ struct colr_data { int red, green, blue; }; +extern void MedianInit(); extern void MedianCount(); extern void MedianSplit(); extern void ConvertColor();