FloatImg/Fonderie/crapulator.h

22 lines
369 B
C
Raw Normal View History

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