2020-11-02 11:25:00 +11:00
|
|
|
/*
|
|
|
|
* crapulator.h
|
|
|
|
*/
|
|
|
|
|
2020-11-03 10:00:09 +11:00
|
|
|
/*
|
|
|
|
* some constants for effect numbers */
|
|
|
|
|
|
|
|
/*
|
|
|
|
* the main function */
|
|
|
|
|
2020-11-03 00:51:48 +11:00
|
|
|
int crapulator(FloatImg *image, int id_effect, float fparam);
|
2020-11-02 11:25:00 +11:00
|
|
|
|
2020-11-03 10:00:09 +11:00
|
|
|
|