Skip to content

Commit c114c88

Browse files
committed
export mandel as well
1 parent 023daae commit c114c88

File tree

3 files changed

+1
-0
lines changed

3 files changed

+1
-0
lines changed

create_fractal32.dll

0 Bytes
Binary file not shown.

create_fractal64.dll

0 Bytes
Binary file not shown.

mandel.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#include "create_fractal.h"
12
int mandel(float x, float y, int max_iters, unsigned char * val)
23
{
34
int i = 0;

0 commit comments

Comments
 (0)