From c9fa963e71258c5adfb71cf1996cd1bcb33df0bb Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Sun, 26 Feb 2023 08:54:17 +0100 Subject: Start with copy of whiteboard --- qrcode.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 qrcode.h (limited to 'qrcode.h') diff --git a/qrcode.h b/qrcode.h new file mode 100644 index 0000000..f37c318 --- /dev/null +++ b/qrcode.h @@ -0,0 +1,11 @@ +#pragma once + +#include + +namespace QRCode +{ + void init(); + + // returns PNG file contents + std::string getQRCode(const std::string& data); +} -- cgit v1.2.3