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