forked from tTh/FloatImg
add missing proto
This commit is contained in:
parent
79f4e011a5
commit
0d092f89af
|
@ -20,7 +20,7 @@
|
|||
* https://git.tetalab.org/tTh/FloatImg
|
||||
*/
|
||||
|
||||
#define FIMG_VERSION (234)
|
||||
#define FIMG_VERSION (237)
|
||||
#define RELEASE_NAME ("noname")
|
||||
#define PATCH_LEVEL ("aaaa")
|
||||
|
||||
|
@ -189,6 +189,7 @@ int fimg_crump_hard(FloatImg *src, FloatImg *dst, float kval, int notused);
|
|||
/* module sfx4.c */
|
||||
int fimg_sfx_triplemul(FloatImg *s, FloatImg *d, int notused);
|
||||
int fimg_split_level(FloatImg *src, FloatImg *dst, int notused);
|
||||
int fimg_make_triptyq(FloatImg *src, FloatImg *dst, int notused);
|
||||
|
||||
/* funcs/rotate.c module */
|
||||
/* #coronamaison */
|
||||
|
|
Loading…
Reference in New Issue