summaryrefslogtreecommitdiffhomepage
path: root/qrcode.h
diff options
context:
space:
mode:
Diffstat (limited to 'qrcode.h')
-rw-r--r--qrcode.h5
1 files changed, 5 insertions, 0 deletions
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 <string>
+
+std::string getQRCode(const std::string& data);