#pragma once #include namespace QRCode { void init(); // returns PNG file contents std::string getQRCode(const std::string& data); }