summaryrefslogtreecommitdiff
path: root/mandel.h
diff options
context:
space:
mode:
Diffstat (limited to 'mandel.h')
-rw-r--r--mandel.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/mandel.h b/mandel.h
index 99d4b60..e154328 100644
--- a/mandel.h
+++ b/mandel.h
@@ -1,9 +1,14 @@
#pragma once
+#include <cstddef>
+#include <cstdint>
+
+
struct Params {
double cx, cy, imgw;
int16_t maxit;
+ int par1, par2;
};
struct Mandel;