diff options
Diffstat (limited to 'algorithms.h')
-rw-r--r-- | algorithms.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/algorithms.h b/algorithms.h new file mode 100644 index 0000000..d8d2935 --- /dev/null +++ b/algorithms.h @@ -0,0 +1,8 @@ +#ifndef GENERATORS_H +#define GENERATORS_H + +void *generate_mandelbrot_section(void *section); +void *generate_burning_ship_section(void *section); +void *generate_tricorn_section(void *section); + +#endif |