missing parameter

This commit is contained in:
2020-12-29 12:22:51 +01:00
parent b8e5bbf3cc
commit ab8ad5a913
2 changed files with 4 additions and 3 deletions

View File

@@ -1,10 +1,10 @@
/*
* sfx.h - special effects for fonderie & interpolator
* ---------------------------------------------------
*/
int bouger_les_pixels(FloatImg *pimg, int kaboo);
int octotree_classif(FloatImg *pimg, int notused);
int octotree_classif(FloatImg *pimg, float fk, int notused);
int mirror_split(FloatImg *pimg, int kaboo);
int upside_down(FloatImg *pimg);