diff options
author | David Phillips <dbphillipsnz@gmail.com> | 2015-06-10 15:28:39 +1200 |
---|---|---|
committer | David Phillips <dbphillipsnz@gmail.com> | 2015-06-10 15:28:39 +1200 |
commit | c98f1b9ca4ab0c3f1d36087d7b4d9c17d2190685 (patch) | |
tree | 2bf93effd217dbf30c7c93fc1008a55fda719b01 /algorithms.h | |
parent | b0401d624b092eed6a2e9d7a4b1be9ccf59c0de4 (diff) | |
download | fractal-gen-c98f1b9ca4ab0c3f1d36087d7b4d9c17d2190685.tar.xz |
Fixed broken algo
Diffstat (limited to 'algorithms.h')
-rw-r--r-- | algorithms.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/algorithms.h b/algorithms.h index d8d2935..0f72ffd 100644 --- a/algorithms.h +++ b/algorithms.h @@ -3,6 +3,7 @@ void *generate_mandelbrot_section(void *section); void *generate_burning_ship_section(void *section); +void *generate_burning_ship_lattice_section(void *section); void *generate_tricorn_section(void *section); #endif |