X-Git-Url: http://git.ieval.ro/?p=xfishtank.git;a=blobdiff_plain;f=medcut.h;fp=medcut.h;h=97b2c03f1c5488a81ec535604f25d8d6a5cb9a8a;hp=879f59e81829ea1fd2c6b19a6d0861d66f2f58de;hb=df1fec884c7542f8891e69b8b674186572decb42;hpb=301c9358a002f510bb9e9fbfe622987607261a35 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();