15 lines
242 B
C
15 lines
242 B
C
/*
|
|
* crapulator.h
|
|
*/
|
|
|
|
/*
|
|
* some constants for effect numbers */
|
|
|
|
/*
|
|
* the main function */
|
|
|
|
int crapulator(FloatImg *image, int id_effect, float fparam);
|
|
|
|
char *crap_name_from_number(int num);
|
|
int crap_number_from_name(char *name);
|