1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-03-05 18:19:41 +00:00

Change namespace to Base64

The functions do Base64 encoding and decoding and do not feed me
delicious almond and meringue based confectionary.
This commit is contained in:
AnyOldName3 2021-05-17 22:50:32 +01:00
parent d66cc3b7ae
commit 2b1326cb74

View file

@ -27,7 +27,7 @@
#include <string>
namespace macaron {
namespace Base64 {
class Base64 {
public: