FloatImg/Fonderie/crapulator.h

20 lines
301 B
C
Raw Normal View History

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-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
#include "crapdef.h"