summaryrefslogtreecommitdiff
path: root/include/benoit/plotmandelbrot.hh
diff options
context:
space:
mode:
Diffstat (limited to 'include/benoit/plotmandelbrot.hh')
-rw-r--r--include/benoit/plotmandelbrot.hh6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/benoit/plotmandelbrot.hh b/include/benoit/plotmandelbrot.hh
new file mode 100644
index 0000000..3d8b57a
--- /dev/null
+++ b/include/benoit/plotmandelbrot.hh
@@ -0,0 +1,6 @@
+# pragma once
+# include <cstdint>
+# include <vector>
+namespace benoit {
+ std::vector<std::uint8_t> plotmandelbrot();
+}