mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-07-23 15:24:49 +02:00
6 lines
88 B
C++
6 lines
88 B
C++
#pragma once
|
|
|
|
#include <string>
|
|
|
|
std::string Base64Encode(const uint8_t *p, size_t sz);
|