diff options
Diffstat (limited to 'qrcode.h')
-rw-r--r-- | qrcode.h | 5 |
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); |