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