14 lines
165 B
C
14 lines
165 B
C
/*
|
|
* crapulator.h
|
|
*/
|
|
|
|
/*
|
|
* some constants for effect numbers */
|
|
|
|
/*
|
|
* the main function */
|
|
|
|
int crapulator(FloatImg *image, int id_effect, float fparam);
|
|
|
|
|