From 70131428edce8d7c6476a902d015b30b78e5f862 Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Sat, 3 Dec 2022 16:12:14 +0100 Subject: Version 1.1: Added QR Code --- qrcode.h | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 qrcode.h (limited to 'qrcode.h') diff --git a/qrcode.h b/qrcode.h new file mode 100644 index 0000000..f6546f0 --- /dev/null +++ b/qrcode.h @@ -0,0 +1,5 @@ +#pragma once + +#include + +std::string getQRCode(const std::string& data); -- cgit v1.2.3