diff options
author | David Phillips <dbphillipsnz@gmail.com> | 2015-06-09 22:11:04 +1200 |
---|---|---|
committer | David Phillips <dbphillipsnz@gmail.com> | 2015-06-10 00:11:18 +1200 |
commit | 70b7e36de4a9db760c254b8f22d91ea4e6ddc9d8 (patch) | |
tree | e9a7d2666fb2a088b8913e6b851edeca251d1f64 /fractal-gen.h | |
parent | d29cb84f52f93e060c2ec0f020f56fea0636428d (diff) | |
download | fractal-gen-70b7e36de4a9db760c254b8f22d91ea4e6ddc9d8.tar.xz |
Made it easier to add new algos, added tricorn algo, burning ship lattice ship algo
Diffstat (limited to 'fractal-gen.h')
-rw-r--r-- | fractal-gen.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/fractal-gen.h b/fractal-gen.h index e710606..914c65e 100644 --- a/fractal-gen.h +++ b/fractal-gen.h @@ -22,8 +22,6 @@ typedef struct pthread_t thread; } data_section; -void *generate_mbrot_section(void *d); -void *generate_bship_section(void *d); - +#include "algorithms.h" #endif |