forked from tTh/FloatImg
15 lines
166 B
C
15 lines
166 B
C
/*
|
|
* crapulator.h
|
|
*/
|
|
|
|
/*
|
|
* some constants for effect numbers */
|
|
|
|
|
|
/*
|
|
* the main function */
|
|
|
|
int crapulator(FloatImg *image, int id_effect, float fparam);
|
|
|
|
|