diff options
Diffstat (limited to 'include/benoit/wrtimg.hh')
-rw-r--r-- | include/benoit/wrtimg.hh | 6 |
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); +} |