2020-11-02 01:25:00 +01:00
|
|
|
/*
|
|
|
|
* crapulator.h
|
|
|
|
*/
|
|
|
|
|
2020-11-03 00:00:09 +01:00
|
|
|
/*
|
|
|
|
* 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-12-31 00:46:12 +01:00
|
|
|
/*
|
|
|
|
* naming system */
|
2020-12-29 16:40:26 +01:00
|
|
|
void list_crapulors(char *texte);
|
2020-12-08 15:51:07 +01:00
|
|
|
char *crap_name_from_number(int num);
|
|
|
|
int crap_number_from_name(char *name);
|
2020-12-29 16:40:26 +01:00
|
|
|
|
2020-12-31 00:46:12 +01:00
|
|
|
/*
|
|
|
|
* this generated file contains the #define
|
|
|
|
* for symbolic name of effect ids.
|
|
|
|
*/
|
2020-12-29 16:40:26 +01:00
|
|
|
#include "crapdef.h"
|
|
|
|
|