You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
369 B
C

/*
* crapulator.h
*/
/*
* the main function */
int crapulator(FloatImg *image, int id_effect, float fparam);
/*
* naming system */
void list_crapulors(char *texte);
char *crap_name_from_number(int num);
int crap_number_from_name(char *name);
/*
* this generated file contains the #define
* for symbolic name of effect ids.
*/
#include "crapdef.h"